Shades of Yuma #CDB582
Tints of Yuma #CDB582
RGB
CMYK
RGB Variations
Color information
#CDB582 (or 0xCDB582) is known color: Yuma. HEX triplet: CD, B5 and 82. RGB value is (205,181,130). Sum of RGB (Red+Green+Blue) = 205+181+130=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB582 is #324A7D. Grayscale: #B6B6B6. Windows color (decimal): -3295870 or 8566221. OLE color: 8566221.
HSL color Cylindrical-coordinate representation of color #CDB582: hue angle of 40.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDB582 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 130 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.20 |
| HSL | 40.8º | 0.43% | 0.66% | - |
| HSV(B) | 40.8º | 0.37% | 0.8% | - |
| XYZ | 45.73 | 47.64 | 27.9 | - |
| YUV | 182.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 130 | 0 | 0.12 | 0.37 | 0.20 | 40.8 | 0.43 | 0.66 |
| Hex | CD | B5 | 82 | 0 | C | 25 | 14 | 29 | 2B | 42 |
| Octal | 315 | 265 | 202 | 0 | 14 | 45 | 24 | 51 | 53 | 102 |
| Binary | 11001101 | 10110101 | 10000010 | 0 | 1100 | 100101 | 10100 | 101001 | 101011 | 1000010 |
Color Harmonies of #CDB582
Complementary color
Monochromatic Colors of #CDB582
Black with #CDB582
Text Example
Text Example
White with #CDB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB582; }
p { color: rgb(205,181,130); }
H1.HeaderClassName
{
color: #CDB582;
}
.AnyTagClassName
{
color: #CDB582;
}
</style>
background-color css
<style>
a { background-color: #CDB582; }
a { background-color: rgb(205,181,130); }
div.DivClassName
{
background-color: #CDB582;
}
.BgClassName
{
background-color: #CDB582;
}
</style>
border-color css
<style>
span { border-color: #CDB582; }
span { border-color: rgb(205,181,130); }
td.TdClassName
{
border-color: #CDB582;
}
.TagClassName
{
border-color: #CDB582;
}
</style>