Shades of Yuma #CDB876
Tints of Yuma #CDB876
RGB
CMYK
RGB Variations
Color information
#CDB876 (or 0xCDB876) is known color: Yuma. HEX triplet: CD, B8 and 76. RGB value is (205,184,118). Sum of RGB (Red+Green+Blue) = 205+184+118=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB876 is #324789. Grayscale: #B7B7B7. Windows color (decimal): -3295114 or 7780557. OLE color: 7780557.
HSL color Cylindrical-coordinate representation of color #CDB876: hue angle of 45.52º 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 #CDB876 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 118 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.20 |
| HSL | 45.52º | 0.47% | 0.63% | - |
| HSV(B) | 45.52º | 0.42% | 0.8% | - |
| XYZ | 45.59 | 48.57 | 24.11 | - |
| YUV | 182.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 118 | 0 | 0.10 | 0.42 | 0.20 | 45.52 | 0.47 | 0.63 |
| Hex | CD | B8 | 76 | 0 | A | 2A | 14 | 2E | 2F | 3F |
| Octal | 315 | 270 | 166 | 0 | 12 | 52 | 24 | 56 | 57 | 77 |
| Binary | 11001101 | 10111000 | 1110110 | 0 | 1010 | 101010 | 10100 | 101110 | 101111 | 111111 |
Color Harmonies of #CDB876
Complementary color
Monochromatic Colors of #CDB876
Black with #CDB876
Text Example
Text Example
White with #CDB876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB876; }
p { color: rgb(205,184,118); }
H1.HeaderClassName
{
color: #CDB876;
}
.AnyTagClassName
{
color: #CDB876;
}
</style>
background-color css
<style>
a { background-color: #CDB876; }
a { background-color: rgb(205,184,118); }
div.DivClassName
{
background-color: #CDB876;
}
.BgClassName
{
background-color: #CDB876;
}
</style>
border-color css
<style>
span { border-color: #CDB876; }
span { border-color: rgb(205,184,118); }
td.TdClassName
{
border-color: #CDB876;
}
.TagClassName
{
border-color: #CDB876;
}
</style>