Shades of Yuma #CDB879
Tints of Yuma #CDB879
RGB
CMYK
RGB Variations
Color information
#CDB879 (or 0xCDB879) is known color: Yuma. HEX triplet: CD, B8 and 79. RGB value is (205,184,121). Sum of RGB (Red+Green+Blue) = 205+184+121=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB879 is #324786. Grayscale: #B7B7B7. Windows color (decimal): -3295111 or 7977165. OLE color: 7977165.
HSL color Cylindrical-coordinate representation of color #CDB879: hue angle of 45º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB879 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 121 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.20 |
| HSL | 45º | 0.46% | 0.64% | - |
| HSV(B) | 45º | 0.41% | 0.8% | - |
| XYZ | 45.77 | 48.64 | 25.07 | - |
| YUV | 183.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 121 | 0 | 0.10 | 0.41 | 0.20 | 45 | 0.46 | 0.64 |
| Hex | CD | B8 | 79 | 0 | A | 29 | 14 | 2D | 2E | 40 |
| Octal | 315 | 270 | 171 | 0 | 12 | 51 | 24 | 55 | 56 | 100 |
| Binary | 11001101 | 10111000 | 1111001 | 0 | 1010 | 101001 | 10100 | 101101 | 101110 | 1000000 |
Color Harmonies of #CDB879
Complementary color
Monochromatic Colors of #CDB879
Black with #CDB879
Text Example
Text Example
White with #CDB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB879; }
p { color: rgb(205,184,121); }
H1.HeaderClassName
{
color: #CDB879;
}
.AnyTagClassName
{
color: #CDB879;
}
</style>
background-color css
<style>
a { background-color: #CDB879; }
a { background-color: rgb(205,184,121); }
div.DivClassName
{
background-color: #CDB879;
}
.BgClassName
{
background-color: #CDB879;
}
</style>
border-color css
<style>
span { border-color: #CDB879; }
span { border-color: rgb(205,184,121); }
td.TdClassName
{
border-color: #CDB879;
}
.TagClassName
{
border-color: #CDB879;
}
</style>