Shades of Navajo White #FFDFAC
Tints of Navajo White #FFDFAC
RGB
CMYK
RGB Variations
Color information
#FFDFAC (or 0xFFDFAC) is known color: Navajo White. HEX triplet: FF, DF and AC. RGB value is (255,223,172). Sum of RGB (Red+Green+Blue) = 255+223+172=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFAC is #002053. Grayscale: #E2E2E2. Windows color (decimal): -8276 or 11329535. OLE color: 11329535.
HSL color Cylindrical-coordinate representation of color #FFDFAC: hue angle of 36.87º 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 #FFDFAC is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 172 | - |
CMYK | 0 | 0.13 | 0.33 | 0 |
HSL | 36.87º | 1% | 0.84% | - |
HSV(B) | 36.87º | 0.33% | 1% | - |
XYZ | 75.07 | 77.01 | 49.94 | - |
YUV | 226.75 | 97.1 | 148.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 172 | 0 | 0.13 | 0.33 | 0 | 36.87 | 1 | 0.84 |
Hex | FF | DF | AC | 0 | D | 21 | 0 | 25 | 64 | 54 |
Octal | 377 | 337 | 254 | 0 | 15 | 41 | 0 | 45 | 144 | 124 |
Binary | 11111111 | 11011111 | 10101100 | 0 | 1101 | 100001 | 0 | 100101 | 1100100 | 1010100 |
Color Harmonies of #FFDFAC
Complementary color
Monochromatic Colors of #FFDFAC
Black with #FFDFAC
Text Example
Text Example
White with #FFDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFAC; }
p { color: rgb(255,223,172); }
H1.HeaderClassName
{
color: #FFDFAC;
}
.AnyTagClassName
{
color: #FFDFAC;
}
</style>
background-color css
<style>
a { background-color: #FFDFAC; }
a { background-color: rgb(255,223,172); }
div.DivClassName
{
background-color: #FFDFAC;
}
.BgClassName
{
background-color: #FFDFAC;
}
</style>
border-color css
<style>
span { border-color: #FFDFAC; }
span { border-color: rgb(255,223,172); }
td.TdClassName
{
border-color: #FFDFAC;
}
.TagClassName
{
border-color: #FFDFAC;
}
</style>