Shades of Yuma #CDB981
Tints of Yuma #CDB981
RGB
CMYK
RGB Variations
Color information
#CDB981 (or 0xCDB981) is known color: Yuma. HEX triplet: CD, B9 and 81. RGB value is (205,185,129). Sum of RGB (Red+Green+Blue) = 205+185+129=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB981 is #32467E. Grayscale: #B8B8B8. Windows color (decimal): -3294847 or 8501709. OLE color: 8501709.
HSL color Cylindrical-coordinate representation of color #CDB981: hue angle of 44.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDB981 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 129 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.20 |
| HSL | 44.21º | 0.43% | 0.65% | - |
| HSV(B) | 44.21º | 0.37% | 0.8% | - |
| XYZ | 46.49 | 49.26 | 27.83 | - |
| YUV | 184.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 129 | 0 | 0.10 | 0.37 | 0.20 | 44.21 | 0.43 | 0.65 |
| Hex | CD | B9 | 81 | 0 | A | 25 | 14 | 2C | 2B | 41 |
| Octal | 315 | 271 | 201 | 0 | 12 | 45 | 24 | 54 | 53 | 101 |
| Binary | 11001101 | 10111001 | 10000001 | 0 | 1010 | 100101 | 10100 | 101100 | 101011 | 1000001 |
Color Harmonies of #CDB981
Complementary color
Monochromatic Colors of #CDB981
Black with #CDB981
Text Example
Text Example
White with #CDB981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB981; }
p { color: rgb(205,185,129); }
H1.HeaderClassName
{
color: #CDB981;
}
.AnyTagClassName
{
color: #CDB981;
}
</style>
background-color css
<style>
a { background-color: #CDB981; }
a { background-color: rgb(205,185,129); }
div.DivClassName
{
background-color: #CDB981;
}
.BgClassName
{
background-color: #CDB981;
}
</style>
border-color css
<style>
span { border-color: #CDB981; }
span { border-color: rgb(205,185,129); }
td.TdClassName
{
border-color: #CDB981;
}
.TagClassName
{
border-color: #CDB981;
}
</style>