Shades of Cherokee #FFD083
Tints of Cherokee #FFD083
RGB
CMYK
RGB Variations
Color information
#FFD083 (or 0xFFD083) is known color: Cherokee. HEX triplet: FF, D0 and 83. RGB value is (255,208,131). Sum of RGB (Red+Green+Blue) = 255+208+131=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD083 is #002F7C. Grayscale: #D5D5D5. Windows color (decimal): -12157 or 8638719. OLE color: 8638719.
HSL color Cylindrical-coordinate representation of color #FFD083: hue angle of 37.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD083 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 131 | - |
| CMYK | 0 | 0.18 | 0.49 | 0 |
| HSL | 37.26º | 1% | 0.76% | - |
| HSV(B) | 37.26º | 0.49% | 1% | - |
| XYZ | 67.89 | 68.01 | 31.02 | - |
| YUV | 213.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 131 | 0 | 0.18 | 0.49 | 0 | 37.26 | 1 | 0.76 |
| Hex | FF | D0 | 83 | 0 | 12 | 31 | 0 | 25 | 64 | 4C |
| Octal | 377 | 320 | 203 | 0 | 22 | 61 | 0 | 45 | 144 | 114 |
| Binary | 11111111 | 11010000 | 10000011 | 0 | 10010 | 110001 | 0 | 100101 | 1100100 | 1001100 |
Color Harmonies of #FFD083
Complementary color
Monochromatic Colors of #FFD083
Black with #FFD083
Text Example
Text Example
White with #FFD083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD083; }
p { color: rgb(255,208,131); }
H1.HeaderClassName
{
color: #FFD083;
}
.AnyTagClassName
{
color: #FFD083;
}
</style>
background-color css
<style>
a { background-color: #FFD083; }
a { background-color: rgb(255,208,131); }
div.DivClassName
{
background-color: #FFD083;
}
.BgClassName
{
background-color: #FFD083;
}
</style>
border-color css
<style>
span { border-color: #FFD083; }
span { border-color: rgb(255,208,131); }
td.TdClassName
{
border-color: #FFD083;
}
.TagClassName
{
border-color: #FFD083;
}
</style>