Shades of Navajo White #FFD8AC
Tints of Navajo White #FFD8AC
RGB
CMYK
RGB Variations
Color information
#FFD8AC (or 0xFFD8AC) is known color: Navajo White. HEX triplet: FF, D8 and AC. RGB value is (255,216,172). Sum of RGB (Red+Green+Blue) = 255+216+172=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD8AC is #002753. Grayscale: #DEDEDE. Windows color (decimal): -10068 or 11327743. OLE color: 11327743.
HSL color Cylindrical-coordinate representation of color #FFD8AC: hue angle of 31.81º 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 #FFD8AC is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 172 | - |
| CMYK | 0 | 0.15 | 0.33 | 0 |
| HSL | 31.81º | 1% | 0.84% | - |
| HSV(B) | 31.81º | 0.33% | 1% | - |
| XYZ | 73.24 | 73.35 | 49.33 | - |
| YUV | 222.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 172 | 0 | 0.15 | 0.33 | 0 | 31.81 | 1 | 0.84 |
| Hex | FF | D8 | AC | 0 | F | 21 | 0 | 20 | 64 | 54 |
| Octal | 377 | 330 | 254 | 0 | 17 | 41 | 0 | 40 | 144 | 124 |
| Binary | 11111111 | 11011000 | 10101100 | 0 | 1111 | 100001 | 0 | 100000 | 1100100 | 1010100 |
Color Harmonies of #FFD8AC
Complementary color
Monochromatic Colors of #FFD8AC
Black with #FFD8AC
Text Example
Text Example
White with #FFD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8AC; }
p { color: rgb(255,216,172); }
H1.HeaderClassName
{
color: #FFD8AC;
}
.AnyTagClassName
{
color: #FFD8AC;
}
</style>
background-color css
<style>
a { background-color: #FFD8AC; }
a { background-color: rgb(255,216,172); }
div.DivClassName
{
background-color: #FFD8AC;
}
.BgClassName
{
background-color: #FFD8AC;
}
</style>
border-color css
<style>
span { border-color: #FFD8AC; }
span { border-color: rgb(255,216,172); }
td.TdClassName
{
border-color: #FFD8AC;
}
.TagClassName
{
border-color: #FFD8AC;
}
</style>