Shades of Cherokee #FFD084
Tints of Cherokee #FFD084
RGB
CMYK
RGB Variations
Color information
#FFD084 (or 0xFFD084) is known color: Cherokee. HEX triplet: FF, D0 and 84. RGB value is (255,208,132). Sum of RGB (Red+Green+Blue) = 255+208+132=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD084 is #002F7B. Grayscale: #D5D5D5. Windows color (decimal): -12156 or 8704255. OLE color: 8704255.
HSL color Cylindrical-coordinate representation of color #FFD084: hue angle of 37.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFD084 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 132 | - |
| CMYK | 0 | 0.18 | 0.48 | 0 |
| HSL | 37.07º | 1% | 0.76% | - |
| HSV(B) | 37.07º | 0.48% | 1% | - |
| XYZ | 67.96 | 68.04 | 31.38 | - |
| YUV | 213.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 132 | 0 | 0.18 | 0.48 | 0 | 37.07 | 1 | 0.76 |
| Hex | FF | D0 | 84 | 0 | 12 | 30 | 0 | 25 | 64 | 4C |
| Octal | 377 | 320 | 204 | 0 | 22 | 60 | 0 | 45 | 144 | 114 |
| Binary | 11111111 | 11010000 | 10000100 | 0 | 10010 | 110000 | 0 | 100101 | 1100100 | 1001100 |
Color Harmonies of #FFD084
Complementary color
Monochromatic Colors of #FFD084
Black with #FFD084
Text Example
Text Example
White with #FFD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD084; }
p { color: rgb(255,208,132); }
H1.HeaderClassName
{
color: #FFD084;
}
.AnyTagClassName
{
color: #FFD084;
}
</style>
background-color css
<style>
a { background-color: #FFD084; }
a { background-color: rgb(255,208,132); }
div.DivClassName
{
background-color: #FFD084;
}
.BgClassName
{
background-color: #FFD084;
}
</style>
border-color css
<style>
span { border-color: #FFD084; }
span { border-color: rgb(255,208,132); }
td.TdClassName
{
border-color: #FFD084;
}
.TagClassName
{
border-color: #FFD084;
}
</style>