Shades of Yuma #CDB77F
Tints of Yuma #CDB77F
RGB
CMYK
RGB Variations
Color information
#CDB77F (or 0xCDB77F) is known color: Yuma. HEX triplet: CD, B7 and 7F. RGB value is (205,183,127). Sum of RGB (Red+Green+Blue) = 205+183+127=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB77F is #324880. Grayscale: #B7B7B7. Windows color (decimal): -3295361 or 8370125. OLE color: 8370125.
HSL color Cylindrical-coordinate representation of color #CDB77F: hue angle of 43.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDB77F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 127 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.20 |
| HSL | 43.08º | 0.44% | 0.65% | - |
| HSV(B) | 43.08º | 0.38% | 0.8% | - |
| XYZ | 45.94 | 48.38 | 27 | - |
| YUV | 183.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 127 | 0 | 0.11 | 0.38 | 0.20 | 43.08 | 0.44 | 0.65 |
| Hex | CD | B7 | 7F | 0 | B | 26 | 14 | 2B | 2C | 41 |
| Octal | 315 | 267 | 177 | 0 | 13 | 46 | 24 | 53 | 54 | 101 |
| Binary | 11001101 | 10110111 | 1111111 | 0 | 1011 | 100110 | 10100 | 101011 | 101100 | 1000001 |
Color Harmonies of #CDB77F
Complementary color
Monochromatic Colors of #CDB77F
Black with #CDB77F
Text Example
Text Example
White with #CDB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB77F; }
p { color: rgb(205,183,127); }
H1.HeaderClassName
{
color: #CDB77F;
}
.AnyTagClassName
{
color: #CDB77F;
}
</style>
background-color css
<style>
a { background-color: #CDB77F; }
a { background-color: rgb(205,183,127); }
div.DivClassName
{
background-color: #CDB77F;
}
.BgClassName
{
background-color: #CDB77F;
}
</style>
border-color css
<style>
span { border-color: #CDB77F; }
span { border-color: rgb(205,183,127); }
td.TdClassName
{
border-color: #CDB77F;
}
.TagClassName
{
border-color: #CDB77F;
}
</style>