Shades of Yuma #CDB682
Tints of Yuma #CDB682
RGB
CMYK
RGB Variations
Color information
#CDB682 (or 0xCDB682) is known color: Yuma. HEX triplet: CD, B6 and 82. RGB value is (205,182,130). Sum of RGB (Red+Green+Blue) = 205+182+130=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB682 is #32497D. Grayscale: #B7B7B7. Windows color (decimal): -3295614 or 8566477. OLE color: 8566477.
HSL color Cylindrical-coordinate representation of color #CDB682: hue angle of 41.6º 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 #CDB682 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 130 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.20 |
| HSL | 41.6º | 0.43% | 0.66% | - |
| HSV(B) | 41.6º | 0.37% | 0.8% | - |
| XYZ | 45.93 | 48.05 | 27.97 | - |
| YUV | 182.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 130 | 0 | 0.11 | 0.37 | 0.20 | 41.6 | 0.43 | 0.66 |
| Hex | CD | B6 | 82 | 0 | B | 25 | 14 | 2A | 2B | 42 |
| Octal | 315 | 266 | 202 | 0 | 13 | 45 | 24 | 52 | 53 | 102 |
| Binary | 11001101 | 10110110 | 10000010 | 0 | 1011 | 100101 | 10100 | 101010 | 101011 | 1000010 |
Color Harmonies of #CDB682
Complementary color
Monochromatic Colors of #CDB682
Black with #CDB682
Text Example
Text Example
White with #CDB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB682; }
p { color: rgb(205,182,130); }
H1.HeaderClassName
{
color: #CDB682;
}
.AnyTagClassName
{
color: #CDB682;
}
</style>
background-color css
<style>
a { background-color: #CDB682; }
a { background-color: rgb(205,182,130); }
div.DivClassName
{
background-color: #CDB682;
}
.BgClassName
{
background-color: #CDB682;
}
</style>
border-color css
<style>
span { border-color: #CDB682; }
span { border-color: rgb(205,182,130); }
td.TdClassName
{
border-color: #CDB682;
}
.TagClassName
{
border-color: #CDB682;
}
</style>