Shades of Yuma #CDB976
Tints of Yuma #CDB976
RGB
CMYK
RGB Variations
Color information
#CDB976 (or 0xCDB976) is known color: Yuma. HEX triplet: CD, B9 and 76. RGB value is (205,185,118). Sum of RGB (Red+Green+Blue) = 205+185+118=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB976 is #324689. Grayscale: #B7B7B7. Windows color (decimal): -3294858 or 7780813. OLE color: 7780813.
HSL color Cylindrical-coordinate representation of color #CDB976: hue angle of 46.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDB976 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 118 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.20 |
| HSL | 46.21º | 0.47% | 0.63% | - |
| HSV(B) | 46.21º | 0.42% | 0.8% | - |
| XYZ | 45.8 | 48.99 | 24.18 | - |
| YUV | 183.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 118 | 0 | 0.10 | 0.42 | 0.20 | 46.21 | 0.47 | 0.63 |
| Hex | CD | B9 | 76 | 0 | A | 2A | 14 | 2E | 2F | 3F |
| Octal | 315 | 271 | 166 | 0 | 12 | 52 | 24 | 56 | 57 | 77 |
| Binary | 11001101 | 10111001 | 1110110 | 0 | 1010 | 101010 | 10100 | 101110 | 101111 | 111111 |
Color Harmonies of #CDB976
Complementary color
Monochromatic Colors of #CDB976
Black with #CDB976
Text Example
Text Example
White with #CDB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB976; }
p { color: rgb(205,185,118); }
H1.HeaderClassName
{
color: #CDB976;
}
.AnyTagClassName
{
color: #CDB976;
}
</style>
background-color css
<style>
a { background-color: #CDB976; }
a { background-color: rgb(205,185,118); }
div.DivClassName
{
background-color: #CDB976;
}
.BgClassName
{
background-color: #CDB976;
}
</style>
border-color css
<style>
span { border-color: #CDB976; }
span { border-color: rgb(205,185,118); }
td.TdClassName
{
border-color: #CDB976;
}
.TagClassName
{
border-color: #CDB976;
}
</style>