Shades of Yuma #CDB77D
Tints of Yuma #CDB77D
RGB
CMYK
RGB Variations
Color information
#CDB77D (or 0xCDB77D) is known color: Yuma. HEX triplet: CD, B7 and 7D. RGB value is (205,183,125). Sum of RGB (Red+Green+Blue) = 205+183+125=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB77D is #324882. Grayscale: #B7B7B7. Windows color (decimal): -3295363 or 8239053. OLE color: 8239053.
HSL color Cylindrical-coordinate representation of color #CDB77D: hue angle of 43.5º 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 #CDB77D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 125 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.20 |
| HSL | 43.5º | 0.44% | 0.65% | - |
| HSV(B) | 43.5º | 0.39% | 0.8% | - |
| XYZ | 45.81 | 48.33 | 26.32 | - |
| YUV | 182.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 125 | 0 | 0.11 | 0.39 | 0.20 | 43.5 | 0.44 | 0.65 |
| Hex | CD | B7 | 7D | 0 | B | 27 | 14 | 2C | 2C | 41 |
| Octal | 315 | 267 | 175 | 0 | 13 | 47 | 24 | 54 | 54 | 101 |
| Binary | 11001101 | 10110111 | 1111101 | 0 | 1011 | 100111 | 10100 | 101100 | 101100 | 1000001 |
Color Harmonies of #CDB77D
Complementary color
Monochromatic Colors of #CDB77D
Black with #CDB77D
Text Example
Text Example
White with #CDB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB77D; }
p { color: rgb(205,183,125); }
H1.HeaderClassName
{
color: #CDB77D;
}
.AnyTagClassName
{
color: #CDB77D;
}
</style>
background-color css
<style>
a { background-color: #CDB77D; }
a { background-color: rgb(205,183,125); }
div.DivClassName
{
background-color: #CDB77D;
}
.BgClassName
{
background-color: #CDB77D;
}
</style>
border-color css
<style>
span { border-color: #CDB77D; }
span { border-color: rgb(205,183,125); }
td.TdClassName
{
border-color: #CDB77D;
}
.TagClassName
{
border-color: #CDB77D;
}
</style>