Shades of Yuma #CDBC76
Tints of Yuma #CDBC76
RGB
CMYK
RGB Variations
Color information
#CDBC76 (or 0xCDBC76) is known color: Yuma. HEX triplet: CD, BC and 76. RGB value is (205,188,118). Sum of RGB (Red+Green+Blue) = 205+188+118=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC76 is #324389. Grayscale: #B9B9B9. Windows color (decimal): -3294090 or 7781581. OLE color: 7781581.
HSL color Cylindrical-coordinate representation of color #CDBC76: hue angle of 48.28º 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 #CDBC76 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 118 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.20 |
| HSL | 48.28º | 0.47% | 0.63% | - |
| HSV(B) | 48.28º | 0.42% | 0.8% | - |
| XYZ | 46.43 | 50.25 | 24.39 | - |
| YUV | 185.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 118 | 0 | 0.08 | 0.42 | 0.20 | 48.28 | 0.47 | 0.63 |
| Hex | CD | BC | 76 | 0 | 8 | 2A | 14 | 30 | 2F | 3F |
| Octal | 315 | 274 | 166 | 0 | 10 | 52 | 24 | 60 | 57 | 77 |
| Binary | 11001101 | 10111100 | 1110110 | 0 | 1000 | 101010 | 10100 | 110000 | 101111 | 111111 |
Color Harmonies of #CDBC76
Complementary color
Monochromatic Colors of #CDBC76
Black with #CDBC76
Text Example
Text Example
White with #CDBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC76; }
p { color: rgb(205,188,118); }
H1.HeaderClassName
{
color: #CDBC76;
}
.AnyTagClassName
{
color: #CDBC76;
}
</style>
background-color css
<style>
a { background-color: #CDBC76; }
a { background-color: rgb(205,188,118); }
div.DivClassName
{
background-color: #CDBC76;
}
.BgClassName
{
background-color: #CDBC76;
}
</style>
border-color css
<style>
span { border-color: #CDBC76; }
span { border-color: rgb(205,188,118); }
td.TdClassName
{
border-color: #CDBC76;
}
.TagClassName
{
border-color: #CDBC76;
}
</style>