Shades of Yuma #CDB785
Tints of Yuma #CDB785
RGB
CMYK
RGB Variations
Color information
#CDB785 (or 0xCDB785) is known color: Yuma. HEX triplet: CD, B7 and 85. RGB value is (205,183,133). Sum of RGB (Red+Green+Blue) = 205+183+133=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB785 is #32487A. Grayscale: #B8B8B8. Windows color (decimal): -3295355 or 8763341. OLE color: 8763341.
HSL color Cylindrical-coordinate representation of color #CDB785: hue angle of 41.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDB785 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 133 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.20 |
| HSL | 41.67º | 0.42% | 0.66% | - |
| HSV(B) | 41.67º | 0.35% | 0.8% | - |
| XYZ | 46.34 | 48.54 | 29.12 | - |
| YUV | 183.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 133 | 0 | 0.11 | 0.35 | 0.20 | 41.67 | 0.42 | 0.66 |
| Hex | CD | B7 | 85 | 0 | B | 23 | 14 | 2A | 2A | 42 |
| Octal | 315 | 267 | 205 | 0 | 13 | 43 | 24 | 52 | 52 | 102 |
| Binary | 11001101 | 10110111 | 10000101 | 0 | 1011 | 100011 | 10100 | 101010 | 101010 | 1000010 |
Color Harmonies of #CDB785
Complementary color
Monochromatic Colors of #CDB785
Black with #CDB785
Text Example
Text Example
White with #CDB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB785; }
p { color: rgb(205,183,133); }
H1.HeaderClassName
{
color: #CDB785;
}
.AnyTagClassName
{
color: #CDB785;
}
</style>
background-color css
<style>
a { background-color: #CDB785; }
a { background-color: rgb(205,183,133); }
div.DivClassName
{
background-color: #CDB785;
}
.BgClassName
{
background-color: #CDB785;
}
</style>
border-color css
<style>
span { border-color: #CDB785; }
span { border-color: rgb(205,183,133); }
td.TdClassName
{
border-color: #CDB785;
}
.TagClassName
{
border-color: #CDB785;
}
</style>