Shades of Navajo White #FFDEAA
Tints of Navajo White #FFDEAA
RGB
CMYK
RGB Variations
Color information
#FFDEAA (or 0xFFDEAA) is known color: Navajo White. HEX triplet: FF, DE and AA. RGB value is (255,222,170). Sum of RGB (Red+Green+Blue) = 255+222+170=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDEAA is #002155. Grayscale: #E2E2E2. Windows color (decimal): -8534 or 11198207. OLE color: 11198207.
HSL color Cylindrical-coordinate representation of color #FFDEAA: hue angle of 36.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFDEAA is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 170 | - |
| CMYK | 0 | 0.13 | 0.33 | 0 |
| HSL | 36.71º | 1% | 0.83% | - |
| HSV(B) | 36.71º | 0.33% | 1% | - |
| XYZ | 74.62 | 76.4 | 48.85 | - |
| YUV | 225.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 170 | 0 | 0.13 | 0.33 | 0 | 36.71 | 1 | 0.83 |
| Hex | FF | DE | AA | 0 | D | 21 | 0 | 25 | 64 | 53 |
| Octal | 377 | 336 | 252 | 0 | 15 | 41 | 0 | 45 | 144 | 123 |
| Binary | 11111111 | 11011110 | 10101010 | 0 | 1101 | 100001 | 0 | 100101 | 1100100 | 1010011 |
Color Harmonies of #FFDEAA
Complementary color
Monochromatic Colors of #FFDEAA
Black with #FFDEAA
Text Example
Text Example
White with #FFDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEAA; }
p { color: rgb(255,222,170); }
H1.HeaderClassName
{
color: #FFDEAA;
}
.AnyTagClassName
{
color: #FFDEAA;
}
</style>
background-color css
<style>
a { background-color: #FFDEAA; }
a { background-color: rgb(255,222,170); }
div.DivClassName
{
background-color: #FFDEAA;
}
.BgClassName
{
background-color: #FFDEAA;
}
</style>
border-color css
<style>
span { border-color: #FFDEAA; }
span { border-color: rgb(255,222,170); }
td.TdClassName
{
border-color: #FFDEAA;
}
.TagClassName
{
border-color: #FFDEAA;
}
</style>