Shades of Yuma #CDB979
Tints of Yuma #CDB979
RGB
CMYK
RGB Variations
Color information
#CDB979 (or 0xCDB979) is known color: Yuma. HEX triplet: CD, B9 and 79. RGB value is (205,185,121). Sum of RGB (Red+Green+Blue) = 205+185+121=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB979 is #324686. Grayscale: #B7B7B7. Windows color (decimal): -3294855 or 7977421. OLE color: 7977421.
HSL color Cylindrical-coordinate representation of color #CDB979: hue angle of 45.71º 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 #CDB979 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 121 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.20 |
| HSL | 45.71º | 0.46% | 0.64% | - |
| HSV(B) | 45.71º | 0.41% | 0.8% | - |
| XYZ | 45.98 | 49.06 | 25.13 | - |
| YUV | 183.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 121 | 0 | 0.10 | 0.41 | 0.20 | 45.71 | 0.46 | 0.64 |
| Hex | CD | B9 | 79 | 0 | A | 29 | 14 | 2E | 2E | 40 |
| Octal | 315 | 271 | 171 | 0 | 12 | 51 | 24 | 56 | 56 | 100 |
| Binary | 11001101 | 10111001 | 1111001 | 0 | 1010 | 101001 | 10100 | 101110 | 101110 | 1000000 |
Color Harmonies of #CDB979
Complementary color
Monochromatic Colors of #CDB979
Black with #CDB979
Text Example
Text Example
White with #CDB979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB979; }
p { color: rgb(205,185,121); }
H1.HeaderClassName
{
color: #CDB979;
}
.AnyTagClassName
{
color: #CDB979;
}
</style>
background-color css
<style>
a { background-color: #CDB979; }
a { background-color: rgb(205,185,121); }
div.DivClassName
{
background-color: #CDB979;
}
.BgClassName
{
background-color: #CDB979;
}
</style>
border-color css
<style>
span { border-color: #CDB979; }
span { border-color: rgb(205,185,121); }
td.TdClassName
{
border-color: #CDB979;
}
.TagClassName
{
border-color: #CDB979;
}
</style>