Shades of Cherokee #FDD184
Tints of Cherokee #FDD184
RGB
CMYK
RGB Variations
Color information
#FDD184 (or 0xFDD184) is known color: Cherokee. HEX triplet: FD, D1 and 84. RGB value is (253,209,132). Sum of RGB (Red+Green+Blue) = 253+209+132=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD184 is #022E7B. Grayscale: #D5D5D5. Windows color (decimal): -142972 or 8704509. OLE color: 8704509.
HSL color Cylindrical-coordinate representation of color #FDD184: hue angle of 38.18º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDD184 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 132 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.01 |
| HSL | 38.18º | 0.97% | 0.75% | - |
| HSV(B) | 38.18º | 0.48% | 0.99% | - |
| XYZ | 67.47 | 68.15 | 31.43 | - |
| YUV | 213.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 132 | 0 | 0.17 | 0.48 | 0.01 | 38.18 | 0.97 | 0.75 |
| Hex | FD | D1 | 84 | 0 | 11 | 30 | 1 | 26 | 61 | 4B |
| Octal | 375 | 321 | 204 | 0 | 21 | 60 | 1 | 46 | 141 | 113 |
| Binary | 11111101 | 11010001 | 10000100 | 0 | 10001 | 110000 | 1 | 100110 | 1100001 | 1001011 |
Color Harmonies of #FDD184
Complementary color
Monochromatic Colors of #FDD184
Black with #FDD184
Text Example
Text Example
White with #FDD184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD184; }
p { color: rgb(253,209,132); }
H1.HeaderClassName
{
color: #FDD184;
}
.AnyTagClassName
{
color: #FDD184;
}
</style>
background-color css
<style>
a { background-color: #FDD184; }
a { background-color: rgb(253,209,132); }
div.DivClassName
{
background-color: #FDD184;
}
.BgClassName
{
background-color: #FDD184;
}
</style>
border-color css
<style>
span { border-color: #FDD184; }
span { border-color: rgb(253,209,132); }
td.TdClassName
{
border-color: #FDD184;
}
.TagClassName
{
border-color: #FDD184;
}
</style>