Shades of Cherokee #FFD082
Tints of Cherokee #FFD082
RGB
CMYK
RGB Variations
Color information
#FFD082 (or 0xFFD082) is known color: Cherokee. HEX triplet: FF, D0 and 82. RGB value is (255,208,130). Sum of RGB (Red+Green+Blue) = 255+208+130=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD082 is #002F7D. Grayscale: #D5D5D5. Windows color (decimal): -12158 or 8573183. OLE color: 8573183.
HSL color Cylindrical-coordinate representation of color #FFD082: hue angle of 37.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD082 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 130 | - |
| CMYK | 0 | 0.18 | 0.49 | 0 |
| HSL | 37.44º | 1% | 0.75% | - |
| HSV(B) | 37.44º | 0.49% | 1% | - |
| XYZ | 67.83 | 67.98 | 30.67 | - |
| YUV | 213.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 130 | 0 | 0.18 | 0.49 | 0 | 37.44 | 1 | 0.75 |
| Hex | FF | D0 | 82 | 0 | 12 | 31 | 0 | 25 | 64 | 4B |
| Octal | 377 | 320 | 202 | 0 | 22 | 61 | 0 | 45 | 144 | 113 |
| Binary | 11111111 | 11010000 | 10000010 | 0 | 10010 | 110001 | 0 | 100101 | 1100100 | 1001011 |
Color Harmonies of #FFD082
Complementary color
Monochromatic Colors of #FFD082
Black with #FFD082
Text Example
Text Example
White with #FFD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD082; }
p { color: rgb(255,208,130); }
H1.HeaderClassName
{
color: #FFD082;
}
.AnyTagClassName
{
color: #FFD082;
}
</style>
background-color css
<style>
a { background-color: #FFD082; }
a { background-color: rgb(255,208,130); }
div.DivClassName
{
background-color: #FFD082;
}
.BgClassName
{
background-color: #FFD082;
}
</style>
border-color css
<style>
span { border-color: #FFD082; }
span { border-color: rgb(255,208,130); }
td.TdClassName
{
border-color: #FFD082;
}
.TagClassName
{
border-color: #FFD082;
}
</style>