Shades of Yuma #CDB77E
Tints of Yuma #CDB77E
RGB
CMYK
RGB Variations
Color information
#CDB77E (or 0xCDB77E) is known color: Yuma. HEX triplet: CD, B7 and 7E. RGB value is (205,183,126). Sum of RGB (Red+Green+Blue) = 205+183+126=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB77E is #324881. Grayscale: #B7B7B7. Windows color (decimal): -3295362 or 8304589. OLE color: 8304589.
HSL color Cylindrical-coordinate representation of color #CDB77E: hue angle of 43.29º 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 #CDB77E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 126 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.20 |
| HSL | 43.29º | 0.44% | 0.65% | - |
| HSV(B) | 43.29º | 0.39% | 0.8% | - |
| XYZ | 45.88 | 48.35 | 26.65 | - |
| YUV | 183.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 126 | 0 | 0.11 | 0.39 | 0.20 | 43.29 | 0.44 | 0.65 |
| Hex | CD | B7 | 7E | 0 | B | 27 | 14 | 2B | 2C | 41 |
| Octal | 315 | 267 | 176 | 0 | 13 | 47 | 24 | 53 | 54 | 101 |
| Binary | 11001101 | 10110111 | 1111110 | 0 | 1011 | 100111 | 10100 | 101011 | 101100 | 1000001 |
Color Harmonies of #CDB77E
Complementary color
Monochromatic Colors of #CDB77E
Black with #CDB77E
Text Example
Text Example
White with #CDB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB77E; }
p { color: rgb(205,183,126); }
H1.HeaderClassName
{
color: #CDB77E;
}
.AnyTagClassName
{
color: #CDB77E;
}
</style>
background-color css
<style>
a { background-color: #CDB77E; }
a { background-color: rgb(205,183,126); }
div.DivClassName
{
background-color: #CDB77E;
}
.BgClassName
{
background-color: #CDB77E;
}
</style>
border-color css
<style>
span { border-color: #CDB77E; }
span { border-color: rgb(205,183,126); }
td.TdClassName
{
border-color: #CDB77E;
}
.TagClassName
{
border-color: #CDB77E;
}
</style>