Shades of Yuma #CDB888
Tints of Yuma #CDB888
RGB
CMYK
RGB Variations
Color information
#CDB888 (or 0xCDB888) is known color: Yuma. HEX triplet: CD, B8 and 88. RGB value is (205,184,136). Sum of RGB (Red+Green+Blue) = 205+184+136=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB888 is #324777. Grayscale: #B9B9B9. Windows color (decimal): -3295096 or 8960205. OLE color: 8960205.
HSL color Cylindrical-coordinate representation of color #CDB888: hue angle of 41.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDB888 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 136 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.20 |
| HSL | 41.74º | 0.41% | 0.67% | - |
| HSV(B) | 41.74º | 0.34% | 0.8% | - |
| XYZ | 46.76 | 49.04 | 30.29 | - |
| YUV | 184.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 136 | 0 | 0.10 | 0.34 | 0.20 | 41.74 | 0.41 | 0.67 |
| Hex | CD | B8 | 88 | 0 | A | 22 | 14 | 2A | 29 | 43 |
| Octal | 315 | 270 | 210 | 0 | 12 | 42 | 24 | 52 | 51 | 103 |
| Binary | 11001101 | 10111000 | 10001000 | 0 | 1010 | 100010 | 10100 | 101010 | 101001 | 1000011 |
Color Harmonies of #CDB888
Complementary color
Monochromatic Colors of #CDB888
Black with #CDB888
Text Example
Text Example
White with #CDB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB888; }
p { color: rgb(205,184,136); }
H1.HeaderClassName
{
color: #CDB888;
}
.AnyTagClassName
{
color: #CDB888;
}
</style>
background-color css
<style>
a { background-color: #CDB888; }
a { background-color: rgb(205,184,136); }
div.DivClassName
{
background-color: #CDB888;
}
.BgClassName
{
background-color: #CDB888;
}
</style>
border-color css
<style>
span { border-color: #CDB888; }
span { border-color: rgb(205,184,136); }
td.TdClassName
{
border-color: #CDB888;
}
.TagClassName
{
border-color: #CDB888;
}
</style>