Shades of Cherokee #FDD08A
Tints of Cherokee #FDD08A
RGB
CMYK
RGB Variations
Color information
#FDD08A (or 0xFDD08A) is known color: Cherokee. HEX triplet: FD, D0 and 8A. RGB value is (253,208,138). Sum of RGB (Red+Green+Blue) = 253+208+138=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08A is #022F75. Grayscale: #D5D5D5. Windows color (decimal): -143222 or 9097469. OLE color: 9097469.
HSL color Cylindrical-coordinate representation of color #FDD08A: hue angle of 36.52º 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 #FDD08A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 138 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.01 |
| HSL | 36.52º | 0.97% | 0.77% | - |
| HSV(B) | 36.52º | 0.45% | 0.99% | - |
| XYZ | 67.65 | 67.83 | 33.57 | - |
| YUV | 213.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 138 | 0 | 0.18 | 0.45 | 0.01 | 36.52 | 0.97 | 0.77 |
| Hex | FD | D0 | 8A | 0 | 12 | 2D | 1 | 25 | 61 | 4D |
| Octal | 375 | 320 | 212 | 0 | 22 | 55 | 1 | 45 | 141 | 115 |
| Binary | 11111101 | 11010000 | 10001010 | 0 | 10010 | 101101 | 1 | 100101 | 1100001 | 1001101 |
Color Harmonies of #FDD08A
Complementary color
Monochromatic Colors of #FDD08A
Black with #FDD08A
Text Example
Text Example
White with #FDD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD08A; }
p { color: rgb(253,208,138); }
H1.HeaderClassName
{
color: #FDD08A;
}
.AnyTagClassName
{
color: #FDD08A;
}
</style>
background-color css
<style>
a { background-color: #FDD08A; }
a { background-color: rgb(253,208,138); }
div.DivClassName
{
background-color: #FDD08A;
}
.BgClassName
{
background-color: #FDD08A;
}
</style>
border-color css
<style>
span { border-color: #FDD08A; }
span { border-color: rgb(253,208,138); }
td.TdClassName
{
border-color: #FDD08A;
}
.TagClassName
{
border-color: #FDD08A;
}
</style>