Shades of Navajo White #FFDFAA
Tints of Navajo White #FFDFAA
RGB
CMYK
RGB Variations
Color information
#FFDFAA (or 0xFFDFAA) is known color: Navajo White. HEX triplet: FF, DF and AA. RGB value is (255,223,170). Sum of RGB (Red+Green+Blue) = 255+223+170=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFAA is #002055. Grayscale: #E2E2E2. Windows color (decimal): -8278 or 11198463. OLE color: 11198463.
HSL color Cylindrical-coordinate representation of color #FFDFAA: hue angle of 37.41º 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 #FFDFAA is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 170 | - |
| CMYK | 0 | 0.13 | 0.33 | 0 |
| HSL | 37.41º | 1% | 0.83% | - |
| HSV(B) | 37.41º | 0.33% | 1% | - |
| XYZ | 74.88 | 76.94 | 48.93 | - |
| YUV | 226.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 170 | 0 | 0.13 | 0.33 | 0 | 37.41 | 1 | 0.83 |
| Hex | FF | DF | AA | 0 | D | 21 | 0 | 25 | 64 | 53 |
| Octal | 377 | 337 | 252 | 0 | 15 | 41 | 0 | 45 | 144 | 123 |
| Binary | 11111111 | 11011111 | 10101010 | 0 | 1101 | 100001 | 0 | 100101 | 1100100 | 1010011 |
Color Harmonies of #FFDFAA
Complementary color
Monochromatic Colors of #FFDFAA
Black with #FFDFAA
Text Example
Text Example
White with #FFDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFAA; }
p { color: rgb(255,223,170); }
H1.HeaderClassName
{
color: #FFDFAA;
}
.AnyTagClassName
{
color: #FFDFAA;
}
</style>
background-color css
<style>
a { background-color: #FFDFAA; }
a { background-color: rgb(255,223,170); }
div.DivClassName
{
background-color: #FFDFAA;
}
.BgClassName
{
background-color: #FFDFAA;
}
</style>
border-color css
<style>
span { border-color: #FFDFAA; }
span { border-color: rgb(255,223,170); }
td.TdClassName
{
border-color: #FFDFAA;
}
.TagClassName
{
border-color: #FFDFAA;
}
</style>