Shades of Yuma #CDB881
Tints of Yuma #CDB881
RGB
CMYK
RGB Variations
Color information
#CDB881 (or 0xCDB881) is known color: Yuma. HEX triplet: CD, B8 and 81. RGB value is (205,184,129). Sum of RGB (Red+Green+Blue) = 205+184+129=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB881 is #32477E. Grayscale: #B8B8B8. Windows color (decimal): -3295103 or 8501453. OLE color: 8501453.
HSL color Cylindrical-coordinate representation of color #CDB881: hue angle of 43.42º 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 #CDB881 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 129 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.20 |
| HSL | 43.42º | 0.43% | 0.65% | - |
| HSV(B) | 43.42º | 0.37% | 0.8% | - |
| XYZ | 46.28 | 48.85 | 27.76 | - |
| YUV | 184.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 129 | 0 | 0.10 | 0.37 | 0.20 | 43.42 | 0.43 | 0.65 |
| Hex | CD | B8 | 81 | 0 | A | 25 | 14 | 2B | 2B | 41 |
| Octal | 315 | 270 | 201 | 0 | 12 | 45 | 24 | 53 | 53 | 101 |
| Binary | 11001101 | 10111000 | 10000001 | 0 | 1010 | 100101 | 10100 | 101011 | 101011 | 1000001 |
Color Harmonies of #CDB881
Complementary color
Monochromatic Colors of #CDB881
Black with #CDB881
Text Example
Text Example
White with #CDB881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB881; }
p { color: rgb(205,184,129); }
H1.HeaderClassName
{
color: #CDB881;
}
.AnyTagClassName
{
color: #CDB881;
}
</style>
background-color css
<style>
a { background-color: #CDB881; }
a { background-color: rgb(205,184,129); }
div.DivClassName
{
background-color: #CDB881;
}
.BgClassName
{
background-color: #CDB881;
}
</style>
border-color css
<style>
span { border-color: #CDB881; }
span { border-color: rgb(205,184,129); }
td.TdClassName
{
border-color: #CDB881;
}
.TagClassName
{
border-color: #CDB881;
}
</style>