Shades of Navajo White #FFD9AC
Tints of Navajo White #FFD9AC
RGB
CMYK
RGB Variations
Color information
#FFD9AC (or 0xFFD9AC) is known color: Navajo White. HEX triplet: FF, D9 and AC. RGB value is (255,217,172). Sum of RGB (Red+Green+Blue) = 255+217+172=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9AC is #002653. Grayscale: #DFDFDF. Windows color (decimal): -9812 or 11327999. OLE color: 11327999.
HSL color Cylindrical-coordinate representation of color #FFD9AC: hue angle of 32.53º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD9AC is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 217 | 172 | - |
CMYK | 0 | 0.15 | 0.33 | 0 |
HSL | 32.53º | 1% | 0.84% | - |
HSV(B) | 32.53º | 0.33% | 1% | - |
XYZ | 73.5 | 73.86 | 49.41 | - |
YUV | 223.23 | 99.09 | 150.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 217 | 172 | 0 | 0.15 | 0.33 | 0 | 32.53 | 1 | 0.84 |
Hex | FF | D9 | AC | 0 | F | 21 | 0 | 21 | 64 | 54 |
Octal | 377 | 331 | 254 | 0 | 17 | 41 | 0 | 41 | 144 | 124 |
Binary | 11111111 | 11011001 | 10101100 | 0 | 1111 | 100001 | 0 | 100001 | 1100100 | 1010100 |
Color Harmonies of #FFD9AC
Complementary color
Monochromatic Colors of #FFD9AC
Black with #FFD9AC
Text Example
Text Example
White with #FFD9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9AC; }
p { color: rgb(255,217,172); }
H1.HeaderClassName
{
color: #FFD9AC;
}
.AnyTagClassName
{
color: #FFD9AC;
}
</style>
background-color css
<style>
a { background-color: #FFD9AC; }
a { background-color: rgb(255,217,172); }
div.DivClassName
{
background-color: #FFD9AC;
}
.BgClassName
{
background-color: #FFD9AC;
}
</style>
border-color css
<style>
span { border-color: #FFD9AC; }
span { border-color: rgb(255,217,172); }
td.TdClassName
{
border-color: #FFD9AC;
}
.TagClassName
{
border-color: #FFD9AC;
}
</style>