Shades of Yuma #CDBA76
Tints of Yuma #CDBA76
RGB
CMYK
RGB Variations
Color information
#CDBA76 (or 0xCDBA76) is known color: Yuma. HEX triplet: CD, BA and 76. RGB value is (205,186,118). Sum of RGB (Red+Green+Blue) = 205+186+118=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA76 is #324589. Grayscale: #B8B8B8. Windows color (decimal): -3294602 or 7781069. OLE color: 7781069.
HSL color Cylindrical-coordinate representation of color #CDBA76: hue angle of 46.9º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDBA76 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 118 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.20 |
| HSL | 46.9º | 0.47% | 0.63% | - |
| HSV(B) | 46.9º | 0.42% | 0.8% | - |
| XYZ | 46.01 | 49.4 | 24.25 | - |
| YUV | 183.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 118 | 0 | 0.09 | 0.42 | 0.20 | 46.9 | 0.47 | 0.63 |
| Hex | CD | BA | 76 | 0 | 9 | 2A | 14 | 2F | 2F | 3F |
| Octal | 315 | 272 | 166 | 0 | 11 | 52 | 24 | 57 | 57 | 77 |
| Binary | 11001101 | 10111010 | 1110110 | 0 | 1001 | 101010 | 10100 | 101111 | 101111 | 111111 |
Color Harmonies of #CDBA76
Complementary color
Monochromatic Colors of #CDBA76
Black with #CDBA76
Text Example
Text Example
White with #CDBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA76; }
p { color: rgb(205,186,118); }
H1.HeaderClassName
{
color: #CDBA76;
}
.AnyTagClassName
{
color: #CDBA76;
}
</style>
background-color css
<style>
a { background-color: #CDBA76; }
a { background-color: rgb(205,186,118); }
div.DivClassName
{
background-color: #CDBA76;
}
.BgClassName
{
background-color: #CDBA76;
}
</style>
border-color css
<style>
span { border-color: #CDBA76; }
span { border-color: rgb(205,186,118); }
td.TdClassName
{
border-color: #CDBA76;
}
.TagClassName
{
border-color: #CDBA76;
}
</style>