Shades of Navajo White #FFDAA9
Tints of Navajo White #FFDAA9
RGB
CMYK
RGB Variations
Color information
#FFDAA9 (or 0xFFDAA9) is known color: Navajo White. HEX triplet: FF, DA and A9. RGB value is (255,218,169). Sum of RGB (Red+Green+Blue) = 255+218+169=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 169 (66.41% from 255 or 26.32% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAA9 is #002556. Grayscale: #DFDFDF. Windows color (decimal): -9559 or 11131647. OLE color: 11131647.
HSL color Cylindrical-coordinate representation of color #FFDAA9: hue angle of 34.19º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFDAA9 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 169 | - |
| CMYK | 0 | 0.15 | 0.34 | 0 |
| HSL | 34.19º | 1% | 0.83% | - |
| HSV(B) | 34.19º | 0.34% | 1% | - |
| XYZ | 73.47 | 74.27 | 48 | - |
| YUV | 223.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 169 | 0 | 0.15 | 0.34 | 0 | 34.19 | 1 | 0.83 |
| Hex | FF | DA | A9 | 0 | F | 22 | 0 | 22 | 64 | 53 |
| Octal | 377 | 332 | 251 | 0 | 17 | 42 | 0 | 42 | 144 | 123 |
| Binary | 11111111 | 11011010 | 10101001 | 0 | 1111 | 100010 | 0 | 100010 | 1100100 | 1010011 |
Color Harmonies of #FFDAA9
Complementary color
Monochromatic Colors of #FFDAA9
Black with #FFDAA9
Text Example
Text Example
White with #FFDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAA9; }
p { color: rgb(255,218,169); }
H1.HeaderClassName
{
color: #FFDAA9;
}
.AnyTagClassName
{
color: #FFDAA9;
}
</style>
background-color css
<style>
a { background-color: #FFDAA9; }
a { background-color: rgb(255,218,169); }
div.DivClassName
{
background-color: #FFDAA9;
}
.BgClassName
{
background-color: #FFDAA9;
}
</style>
border-color css
<style>
span { border-color: #FFDAA9; }
span { border-color: rgb(255,218,169); }
td.TdClassName
{
border-color: #FFDAA9;
}
.TagClassName
{
border-color: #FFDAA9;
}
</style>