Shades of Cherokee #FDD08C
Tints of Cherokee #FDD08C
RGB
CMYK
RGB Variations
Color information
#FDD08C (or 0xFDD08C) is known color: Cherokee. HEX triplet: FD, D0 and 8C. RGB value is (253,208,140). Sum of RGB (Red+Green+Blue) = 253+208+140=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08C is #022F73. Grayscale: #D6D6D6. Windows color (decimal): -143220 or 9228541. OLE color: 9228541.
HSL color Cylindrical-coordinate representation of color #FDD08C: hue angle of 36.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDD08C is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 140 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.01 |
| HSL | 36.11º | 0.97% | 0.77% | - |
| HSV(B) | 36.11º | 0.45% | 0.99% | - |
| XYZ | 67.8 | 67.89 | 34.34 | - |
| YUV | 213.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 140 | 0 | 0.18 | 0.45 | 0.01 | 36.11 | 0.97 | 0.77 |
| Hex | FD | D0 | 8C | 0 | 12 | 2D | 1 | 24 | 61 | 4D |
| Octal | 375 | 320 | 214 | 0 | 22 | 55 | 1 | 44 | 141 | 115 |
| Binary | 11111101 | 11010000 | 10001100 | 0 | 10010 | 101101 | 1 | 100100 | 1100001 | 1001101 |
Color Harmonies of #FDD08C
Complementary color
Monochromatic Colors of #FDD08C
Black with #FDD08C
Text Example
Text Example
White with #FDD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD08C; }
p { color: rgb(253,208,140); }
H1.HeaderClassName
{
color: #FDD08C;
}
.AnyTagClassName
{
color: #FDD08C;
}
</style>
background-color css
<style>
a { background-color: #FDD08C; }
a { background-color: rgb(253,208,140); }
div.DivClassName
{
background-color: #FDD08C;
}
.BgClassName
{
background-color: #FDD08C;
}
</style>
border-color css
<style>
span { border-color: #FDD08C; }
span { border-color: rgb(253,208,140); }
td.TdClassName
{
border-color: #FDD08C;
}
.TagClassName
{
border-color: #FDD08C;
}
</style>