Shades of Navajo White #FFDCAA
Tints of Navajo White #FFDCAA
RGB
CMYK
RGB Variations
Color information
#FFDCAA (or 0xFFDCAA) is known color: Navajo White. HEX triplet: FF, DC and AA. RGB value is (255,220,170). Sum of RGB (Red+Green+Blue) = 255+220+170=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCAA is #002355. Grayscale: #E0E0E0. Windows color (decimal): -9046 or 11197695. OLE color: 11197695.
HSL color Cylindrical-coordinate representation of color #FFDCAA: hue angle of 35.29º 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 #FFDCAA is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 170 | - |
| CMYK | 0 | 0.14 | 0.33 | 0 |
| HSL | 35.29º | 1% | 0.83% | - |
| HSV(B) | 35.29º | 0.33% | 1% | - |
| XYZ | 74.09 | 75.35 | 48.67 | - |
| YUV | 224.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 170 | 0 | 0.14 | 0.33 | 0 | 35.29 | 1 | 0.83 |
| Hex | FF | DC | AA | 0 | E | 21 | 0 | 23 | 64 | 53 |
| Octal | 377 | 334 | 252 | 0 | 16 | 41 | 0 | 43 | 144 | 123 |
| Binary | 11111111 | 11011100 | 10101010 | 0 | 1110 | 100001 | 0 | 100011 | 1100100 | 1010011 |
Color Harmonies of #FFDCAA
Complementary color
Monochromatic Colors of #FFDCAA
Black with #FFDCAA
Text Example
Text Example
White with #FFDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCAA; }
p { color: rgb(255,220,170); }
H1.HeaderClassName
{
color: #FFDCAA;
}
.AnyTagClassName
{
color: #FFDCAA;
}
</style>
background-color css
<style>
a { background-color: #FFDCAA; }
a { background-color: rgb(255,220,170); }
div.DivClassName
{
background-color: #FFDCAA;
}
.BgClassName
{
background-color: #FFDCAA;
}
</style>
border-color css
<style>
span { border-color: #FFDCAA; }
span { border-color: rgb(255,220,170); }
td.TdClassName
{
border-color: #FFDCAA;
}
.TagClassName
{
border-color: #FFDCAA;
}
</style>