Shades of Navajo White #FFDAAD
Tints of Navajo White #FFDAAD
RGB
CMYK
RGB Variations
Color information
#FFDAAD (or 0xFFDAAD) is known color: Navajo White. HEX triplet: FF, DA and AD. RGB value is (255,218,173). Sum of RGB (Red+Green+Blue) = 255+218+173=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAAD is #002552. Grayscale: #E0E0E0. Windows color (decimal): -9555 or 11393791. OLE color: 11393791.
HSL color Cylindrical-coordinate representation of color #FFDAAD: hue angle of 32.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFDAAD is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 173 | - |
| CMYK | 0 | 0.15 | 0.32 | 0 |
| HSL | 32.93º | 1% | 0.84% | - |
| HSV(B) | 32.93º | 0.32% | 1% | - |
| XYZ | 73.85 | 74.42 | 50.01 | - |
| YUV | 223.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 173 | 0 | 0.15 | 0.32 | 0 | 32.93 | 1 | 0.84 |
| Hex | FF | DA | AD | 0 | F | 20 | 0 | 21 | 64 | 54 |
| Octal | 377 | 332 | 255 | 0 | 17 | 40 | 0 | 41 | 144 | 124 |
| Binary | 11111111 | 11011010 | 10101101 | 0 | 1111 | 100000 | 0 | 100001 | 1100100 | 1010100 |
Color Harmonies of #FFDAAD
Complementary color
Monochromatic Colors of #FFDAAD
Black with #FFDAAD
Text Example
Text Example
White with #FFDAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAAD; }
p { color: rgb(255,218,173); }
H1.HeaderClassName
{
color: #FFDAAD;
}
.AnyTagClassName
{
color: #FFDAAD;
}
</style>
background-color css
<style>
a { background-color: #FFDAAD; }
a { background-color: rgb(255,218,173); }
div.DivClassName
{
background-color: #FFDAAD;
}
.BgClassName
{
background-color: #FFDAAD;
}
</style>
border-color css
<style>
span { border-color: #FFDAAD; }
span { border-color: rgb(255,218,173); }
td.TdClassName
{
border-color: #FFDAAD;
}
.TagClassName
{
border-color: #FFDAAD;
}
</style>