Shades of Navajo White #FFD9AF
Tints of Navajo White #FFD9AF
RGB
CMYK
RGB Variations
Color information
#FFD9AF (or 0xFFD9AF) is known color: Navajo White. HEX triplet: FF, D9 and AF. RGB value is (255,217,175). Sum of RGB (Red+Green+Blue) = 255+217+175=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9AF is #002650. Grayscale: #DFDFDF. Windows color (decimal): -9809 or 11524607. OLE color: 11524607.
HSL color Cylindrical-coordinate representation of color #FFD9AF: hue angle of 31.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFD9AF is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 175 | - |
| CMYK | 0 | 0.15 | 0.31 | 0 |
| HSL | 31.5º | 1% | 0.84% | - |
| HSV(B) | 31.5º | 0.31% | 1% | - |
| XYZ | 73.79 | 73.98 | 50.95 | - |
| YUV | 223.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 175 | 0 | 0.15 | 0.31 | 0 | 31.5 | 1 | 0.84 |
| Hex | FF | D9 | AF | 0 | F | 1F | 0 | 1F | 64 | 54 |
| Octal | 377 | 331 | 257 | 0 | 17 | 37 | 0 | 37 | 144 | 124 |
| Binary | 11111111 | 11011001 | 10101111 | 0 | 1111 | 11111 | 0 | 11111 | 1100100 | 1010100 |
Color Harmonies of #FFD9AF
Complementary color
Monochromatic Colors of #FFD9AF
Black with #FFD9AF
Text Example
Text Example
White with #FFD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9AF; }
p { color: rgb(255,217,175); }
H1.HeaderClassName
{
color: #FFD9AF;
}
.AnyTagClassName
{
color: #FFD9AF;
}
</style>
background-color css
<style>
a { background-color: #FFD9AF; }
a { background-color: rgb(255,217,175); }
div.DivClassName
{
background-color: #FFD9AF;
}
.BgClassName
{
background-color: #FFD9AF;
}
</style>
border-color css
<style>
span { border-color: #FFD9AF; }
span { border-color: rgb(255,217,175); }
td.TdClassName
{
border-color: #FFD9AF;
}
.TagClassName
{
border-color: #FFD9AF;
}
</style>