Shades of Yuma #CDB87E
Tints of Yuma #CDB87E
RGB
CMYK
RGB Variations
Color information
#CDB87E (or 0xCDB87E) is known color: Yuma. HEX triplet: CD, B8 and 7E. RGB value is (205,184,126). Sum of RGB (Red+Green+Blue) = 205+184+126=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB87E is #324781. Grayscale: #B7B7B7. Windows color (decimal): -3295106 or 8304845. OLE color: 8304845.
HSL color Cylindrical-coordinate representation of color #CDB87E: hue angle of 44.05º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDB87E is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 126 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.20 |
| HSL | 44.05º | 0.44% | 0.65% | - |
| HSV(B) | 44.05º | 0.39% | 0.8% | - |
| XYZ | 46.08 | 48.77 | 26.72 | - |
| YUV | 183.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 126 | 0 | 0.10 | 0.39 | 0.20 | 44.05 | 0.44 | 0.65 |
| Hex | CD | B8 | 7E | 0 | A | 27 | 14 | 2C | 2C | 41 |
| Octal | 315 | 270 | 176 | 0 | 12 | 47 | 24 | 54 | 54 | 101 |
| Binary | 11001101 | 10111000 | 1111110 | 0 | 1010 | 100111 | 10100 | 101100 | 101100 | 1000001 |
Color Harmonies of #CDB87E
Complementary color
Monochromatic Colors of #CDB87E
Black with #CDB87E
Text Example
Text Example
White with #CDB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB87E; }
p { color: rgb(205,184,126); }
H1.HeaderClassName
{
color: #CDB87E;
}
.AnyTagClassName
{
color: #CDB87E;
}
</style>
background-color css
<style>
a { background-color: #CDB87E; }
a { background-color: rgb(205,184,126); }
div.DivClassName
{
background-color: #CDB87E;
}
.BgClassName
{
background-color: #CDB87E;
}
</style>
border-color css
<style>
span { border-color: #CDB87E; }
span { border-color: rgb(205,184,126); }
td.TdClassName
{
border-color: #CDB87E;
}
.TagClassName
{
border-color: #CDB87E;
}
</style>