Shades of Yuma #CDB87B
Tints of Yuma #CDB87B
RGB
CMYK
RGB Variations
Color information
#CDB87B (or 0xCDB87B) is known color: Yuma. HEX triplet: CD, B8 and 7B. RGB value is (205,184,123). Sum of RGB (Red+Green+Blue) = 205+184+123=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB87B is #324784. Grayscale: #B7B7B7. Windows color (decimal): -3295109 or 8108237. OLE color: 8108237.
HSL color Cylindrical-coordinate representation of color #CDB87B: hue angle of 44.63º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDB87B is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 123 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.20 |
| HSL | 44.63º | 0.45% | 0.64% | - |
| HSV(B) | 44.63º | 0.4% | 0.8% | - |
| XYZ | 45.89 | 48.69 | 25.72 | - |
| YUV | 183.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 123 | 0 | 0.10 | 0.4 | 0.20 | 44.63 | 0.45 | 0.64 |
| Hex | CD | B8 | 7B | 0 | A | 28 | 14 | 2D | 2D | 40 |
| Octal | 315 | 270 | 173 | 0 | 12 | 50 | 24 | 55 | 55 | 100 |
| Binary | 11001101 | 10111000 | 1111011 | 0 | 1010 | 101000 | 10100 | 101101 | 101101 | 1000000 |
Color Harmonies of #CDB87B
Complementary color
Monochromatic Colors of #CDB87B
Black with #CDB87B
Text Example
Text Example
White with #CDB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB87B; }
p { color: rgb(205,184,123); }
H1.HeaderClassName
{
color: #CDB87B;
}
.AnyTagClassName
{
color: #CDB87B;
}
</style>
background-color css
<style>
a { background-color: #CDB87B; }
a { background-color: rgb(205,184,123); }
div.DivClassName
{
background-color: #CDB87B;
}
.BgClassName
{
background-color: #CDB87B;
}
</style>
border-color css
<style>
span { border-color: #CDB87B; }
span { border-color: rgb(205,184,123); }
td.TdClassName
{
border-color: #CDB87B;
}
.TagClassName
{
border-color: #CDB87B;
}
</style>