Shades of Navajo White #FFDCAC
Tints of Navajo White #FFDCAC
RGB
CMYK
RGB Variations
Color information
#FFDCAC (or 0xFFDCAC) is known color: Navajo White. HEX triplet: FF, DC and AC. RGB value is (255,220,172). Sum of RGB (Red+Green+Blue) = 255+220+172=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCAC is #002353. Grayscale: #E1E1E1. Windows color (decimal): -9044 or 11328767. OLE color: 11328767.
HSL color Cylindrical-coordinate representation of color #FFDCAC: hue angle of 34.7º 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 #FFDCAC is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 172 | - |
| CMYK | 0 | 0.14 | 0.33 | 0 |
| HSL | 34.7º | 1% | 0.84% | - |
| HSV(B) | 34.7º | 0.33% | 1% | - |
| XYZ | 74.28 | 75.42 | 49.67 | - |
| YUV | 224.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 172 | 0 | 0.14 | 0.33 | 0 | 34.7 | 1 | 0.84 |
| Hex | FF | DC | AC | 0 | E | 21 | 0 | 23 | 64 | 54 |
| Octal | 377 | 334 | 254 | 0 | 16 | 41 | 0 | 43 | 144 | 124 |
| Binary | 11111111 | 11011100 | 10101100 | 0 | 1110 | 100001 | 0 | 100011 | 1100100 | 1010100 |
Color Harmonies of #FFDCAC
Complementary color
Monochromatic Colors of #FFDCAC
Black with #FFDCAC
Text Example
Text Example
White with #FFDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCAC; }
p { color: rgb(255,220,172); }
H1.HeaderClassName
{
color: #FFDCAC;
}
.AnyTagClassName
{
color: #FFDCAC;
}
</style>
background-color css
<style>
a { background-color: #FFDCAC; }
a { background-color: rgb(255,220,172); }
div.DivClassName
{
background-color: #FFDCAC;
}
.BgClassName
{
background-color: #FFDCAC;
}
</style>
border-color css
<style>
span { border-color: #FFDCAC; }
span { border-color: rgb(255,220,172); }
td.TdClassName
{
border-color: #FFDCAC;
}
.TagClassName
{
border-color: #FFDCAC;
}
</style>