Shades of Yuma #CDBA81
Tints of Yuma #CDBA81
RGB
CMYK
RGB Variations
Color information
#CDBA81 (or 0xCDBA81) is known color: Yuma. HEX triplet: CD, BA and 81. RGB value is (205,186,129). Sum of RGB (Red+Green+Blue) = 205+186+129=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA81 is #32457E. Grayscale: #B9B9B9. Windows color (decimal): -3294591 or 8501965. OLE color: 8501965.
HSL color Cylindrical-coordinate representation of color #CDBA81: hue angle of 45º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDBA81 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 129 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.20 |
| HSL | 45º | 0.43% | 0.65% | - |
| HSV(B) | 45º | 0.37% | 0.8% | - |
| XYZ | 46.7 | 49.68 | 27.9 | - |
| YUV | 185.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 129 | 0 | 0.09 | 0.37 | 0.20 | 45 | 0.43 | 0.65 |
| Hex | CD | BA | 81 | 0 | 9 | 25 | 14 | 2D | 2B | 41 |
| Octal | 315 | 272 | 201 | 0 | 11 | 45 | 24 | 55 | 53 | 101 |
| Binary | 11001101 | 10111010 | 10000001 | 0 | 1001 | 100101 | 10100 | 101101 | 101011 | 1000001 |
Color Harmonies of #CDBA81
Complementary color
Monochromatic Colors of #CDBA81
Black with #CDBA81
Text Example
Text Example
White with #CDBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA81; }
p { color: rgb(205,186,129); }
H1.HeaderClassName
{
color: #CDBA81;
}
.AnyTagClassName
{
color: #CDBA81;
}
</style>
background-color css
<style>
a { background-color: #CDBA81; }
a { background-color: rgb(205,186,129); }
div.DivClassName
{
background-color: #CDBA81;
}
.BgClassName
{
background-color: #CDBA81;
}
</style>
border-color css
<style>
span { border-color: #CDBA81; }
span { border-color: rgb(205,186,129); }
td.TdClassName
{
border-color: #CDBA81;
}
.TagClassName
{
border-color: #CDBA81;
}
</style>