Shades of Navajo White #FFDDAE
Tints of Navajo White #FFDDAE
RGB
CMYK
RGB Variations
Color information
#FFDDAE (or 0xFFDDAE) is known color: Navajo White. HEX triplet: FF, DD and AE. RGB value is (255,221,174). Sum of RGB (Red+Green+Blue) = 255+221+174=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDAE is #002251. Grayscale: #E2E2E2. Windows color (decimal): -8786 or 11460095. OLE color: 11460095.
HSL color Cylindrical-coordinate representation of color #FFDDAE: hue angle of 34.81º 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 #FFDDAE is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 174 | - |
CMYK | 0 | 0.13 | 0.32 | 0 |
HSL | 34.81º | 1% | 0.84% | - |
HSV(B) | 34.81º | 0.32% | 1% | - |
XYZ | 74.74 | 76.03 | 50.78 | - |
YUV | 225.81 | 98.76 | 148.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 174 | 0 | 0.13 | 0.32 | 0 | 34.81 | 1 | 0.84 |
Hex | FF | DD | AE | 0 | D | 20 | 0 | 23 | 64 | 54 |
Octal | 377 | 335 | 256 | 0 | 15 | 40 | 0 | 43 | 144 | 124 |
Binary | 11111111 | 11011101 | 10101110 | 0 | 1101 | 100000 | 0 | 100011 | 1100100 | 1010100 |
Color Harmonies of #FFDDAE
Complementary color
Monochromatic Colors of #FFDDAE
Black with #FFDDAE
Text Example
Text Example
White with #FFDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDAE; }
p { color: rgb(255,221,174); }
H1.HeaderClassName
{
color: #FFDDAE;
}
.AnyTagClassName
{
color: #FFDDAE;
}
</style>
background-color css
<style>
a { background-color: #FFDDAE; }
a { background-color: rgb(255,221,174); }
div.DivClassName
{
background-color: #FFDDAE;
}
.BgClassName
{
background-color: #FFDDAE;
}
</style>
border-color css
<style>
span { border-color: #FFDDAE; }
span { border-color: rgb(255,221,174); }
td.TdClassName
{
border-color: #FFDDAE;
}
.TagClassName
{
border-color: #FFDDAE;
}
</style>