Matching Xcode color space with Digital Color Meter

In Xcode Interface Builder, I use Digital Color Meter to find the color code of an item as follows:

http://i.imgur.com/SFsKoG0.png


The values for

(R,G,B)
are
(255,172,40)
.


Then I select a label to set it's color same. I proceed as follows:

http://i.imgur.com/xGbIV9o.png


However, now when I use Digital Color Meter to detect the newly assigned color, I find instead of

(255,172,40)
, I get
(253,156,32)
.

http://i.imgur.com/X4yN4qw.png


How can I make the color of both items match?

I ensure that my Macintosh display, software such as Photoshop and Illustrator are all set to use the sRGB color space. I believe what you're seeing is differences in color profiles.

Matching Xcode color space with Digital Color Meter
 
 
Q