Shades of Yuma #CDB37F
Tints of Yuma #CDB37F
RGB
CMYK
RGB Variations
Color information
#CDB37F (or 0xCDB37F) is known color: Yuma. HEX triplet: CD, B3 and 7F. RGB value is (205,179,127). Sum of RGB (Red+Green+Blue) = 205+179+127=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB37F is #324C80. Grayscale: #B5B5B5. Windows color (decimal): -3296385 or 8369101. OLE color: 8369101.
HSL color Cylindrical-coordinate representation of color #CDB37F: hue angle of 40º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDB37F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 127 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.20 |
| HSL | 40º | 0.44% | 0.65% | - |
| HSV(B) | 40º | 0.38% | 0.8% | - |
| XYZ | 45.13 | 46.75 | 26.72 | - |
| YUV | 180.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 127 | 0 | 0.13 | 0.38 | 0.20 | 40 | 0.44 | 0.65 |
| Hex | CD | B3 | 7F | 0 | D | 26 | 14 | 28 | 2C | 41 |
| Octal | 315 | 263 | 177 | 0 | 15 | 46 | 24 | 50 | 54 | 101 |
| Binary | 11001101 | 10110011 | 1111111 | 0 | 1101 | 100110 | 10100 | 101000 | 101100 | 1000001 |
Color Harmonies of #CDB37F
Complementary color
Monochromatic Colors of #CDB37F
Black with #CDB37F
Text Example
Text Example
White with #CDB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB37F; }
p { color: rgb(205,179,127); }
H1.HeaderClassName
{
color: #CDB37F;
}
.AnyTagClassName
{
color: #CDB37F;
}
</style>
background-color css
<style>
a { background-color: #CDB37F; }
a { background-color: rgb(205,179,127); }
div.DivClassName
{
background-color: #CDB37F;
}
.BgClassName
{
background-color: #CDB37F;
}
</style>
border-color css
<style>
span { border-color: #CDB37F; }
span { border-color: rgb(205,179,127); }
td.TdClassName
{
border-color: #CDB37F;
}
.TagClassName
{
border-color: #CDB37F;
}
</style>