Shades of Yuma #CDB97F
Tints of Yuma #CDB97F
RGB
CMYK
RGB Variations
Color information
#CDB97F (or 0xCDB97F) is known color: Yuma. HEX triplet: CD, B9 and 7F. RGB value is (205,185,127). Sum of RGB (Red+Green+Blue) = 205+185+127=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB97F is #324680. Grayscale: #B8B8B8. Windows color (decimal): -3294849 or 8370637. OLE color: 8370637.
HSL color Cylindrical-coordinate representation of color #CDB97F: hue angle of 44.62º 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 #CDB97F is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 127 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.20 |
| HSL | 44.62º | 0.44% | 0.65% | - |
| HSV(B) | 44.62º | 0.38% | 0.8% | - |
| XYZ | 46.36 | 49.21 | 27.13 | - |
| YUV | 184.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 127 | 0 | 0.10 | 0.38 | 0.20 | 44.62 | 0.44 | 0.65 |
| Hex | CD | B9 | 7F | 0 | A | 26 | 14 | 2D | 2C | 41 |
| Octal | 315 | 271 | 177 | 0 | 12 | 46 | 24 | 55 | 54 | 101 |
| Binary | 11001101 | 10111001 | 1111111 | 0 | 1010 | 100110 | 10100 | 101101 | 101100 | 1000001 |
Color Harmonies of #CDB97F
Complementary color
Monochromatic Colors of #CDB97F
Black with #CDB97F
Text Example
Text Example
White with #CDB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB97F; }
p { color: rgb(205,185,127); }
H1.HeaderClassName
{
color: #CDB97F;
}
.AnyTagClassName
{
color: #CDB97F;
}
</style>
background-color css
<style>
a { background-color: #CDB97F; }
a { background-color: rgb(205,185,127); }
div.DivClassName
{
background-color: #CDB97F;
}
.BgClassName
{
background-color: #CDB97F;
}
</style>
border-color css
<style>
span { border-color: #CDB97F; }
span { border-color: rgb(205,185,127); }
td.TdClassName
{
border-color: #CDB97F;
}
.TagClassName
{
border-color: #CDB97F;
}
</style>