Shades of Yuma #CDBC89
Tints of Yuma #CDBC89
RGB
CMYK
RGB Variations
Color information
#CDBC89 (or 0xCDBC89) is known color: Yuma. HEX triplet: CD, BC and 89. RGB value is (205,188,137). Sum of RGB (Red+Green+Blue) = 205+188+137=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBC89 is #324376. Grayscale: #BBBBBB. Windows color (decimal): -3294071 or 9026765. OLE color: 9026765.
HSL color Cylindrical-coordinate representation of color #CDBC89: hue angle of 45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDBC89 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 137 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.20 |
| HSL | 45º | 0.4% | 0.67% | - |
| HSV(B) | 45º | 0.33% | 0.8% | - |
| XYZ | 47.68 | 50.75 | 30.95 | - |
| YUV | 187.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 137 | 0 | 0.08 | 0.33 | 0.20 | 45 | 0.4 | 0.67 |
| Hex | CD | BC | 89 | 0 | 8 | 21 | 14 | 2D | 28 | 43 |
| Octal | 315 | 274 | 211 | 0 | 10 | 41 | 24 | 55 | 50 | 103 |
| Binary | 11001101 | 10111100 | 10001001 | 0 | 1000 | 100001 | 10100 | 101101 | 101000 | 1000011 |
Color Harmonies of #CDBC89
Complementary color
Monochromatic Colors of #CDBC89
Black with #CDBC89
Text Example
Text Example
White with #CDBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC89; }
p { color: rgb(205,188,137); }
H1.HeaderClassName
{
color: #CDBC89;
}
.AnyTagClassName
{
color: #CDBC89;
}
</style>
background-color css
<style>
a { background-color: #CDBC89; }
a { background-color: rgb(205,188,137); }
div.DivClassName
{
background-color: #CDBC89;
}
.BgClassName
{
background-color: #CDBC89;
}
</style>
border-color css
<style>
span { border-color: #CDBC89; }
span { border-color: rgb(205,188,137); }
td.TdClassName
{
border-color: #CDBC89;
}
.TagClassName
{
border-color: #CDBC89;
}
</style>