Shades of Navajo White #FFDFAB
Tints of Navajo White #FFDFAB
RGB
CMYK
RGB Variations
Color information
#FFDFAB (or 0xFFDFAB) is known color: Navajo White. HEX triplet: FF, DF and AB. RGB value is (255,223,171). Sum of RGB (Red+Green+Blue) = 255+223+171=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFAB is #002054. Grayscale: #E2E2E2. Windows color (decimal): -8277 or 11263999. OLE color: 11263999.
HSL color Cylindrical-coordinate representation of color #FFDFAB: hue angle of 37.14º 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 #FFDFAB is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 171 | - |
| CMYK | 0 | 0.13 | 0.33 | 0 |
| HSL | 37.14º | 1% | 0.84% | - |
| HSV(B) | 37.14º | 0.33% | 1% | - |
| XYZ | 74.98 | 76.98 | 49.43 | - |
| YUV | 226.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 171 | 0 | 0.13 | 0.33 | 0 | 37.14 | 1 | 0.84 |
| Hex | FF | DF | AB | 0 | D | 21 | 0 | 25 | 64 | 54 |
| Octal | 377 | 337 | 253 | 0 | 15 | 41 | 0 | 45 | 144 | 124 |
| Binary | 11111111 | 11011111 | 10101011 | 0 | 1101 | 100001 | 0 | 100101 | 1100100 | 1010100 |
Color Harmonies of #FFDFAB
Complementary color
Monochromatic Colors of #FFDFAB
Black with #FFDFAB
Text Example
Text Example
White with #FFDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFAB; }
p { color: rgb(255,223,171); }
H1.HeaderClassName
{
color: #FFDFAB;
}
.AnyTagClassName
{
color: #FFDFAB;
}
</style>
background-color css
<style>
a { background-color: #FFDFAB; }
a { background-color: rgb(255,223,171); }
div.DivClassName
{
background-color: #FFDFAB;
}
.BgClassName
{
background-color: #FFDFAB;
}
</style>
border-color css
<style>
span { border-color: #FFDFAB; }
span { border-color: rgb(255,223,171); }
td.TdClassName
{
border-color: #FFDFAB;
}
.TagClassName
{
border-color: #FFDFAB;
}
</style>