Shades of Navajo White #FFDCAD
Tints of Navajo White #FFDCAD
RGB
CMYK
RGB Variations
Color information
#FFDCAD (or 0xFFDCAD) is known color: Navajo White. HEX triplet: FF, DC and AD. RGB value is (255,220,173). Sum of RGB (Red+Green+Blue) = 255+220+173=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCAD is #002352. Grayscale: #E1E1E1. Windows color (decimal): -9043 or 11394303. OLE color: 11394303.
HSL color Cylindrical-coordinate representation of color #FFDCAD: hue angle of 34.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFDCAD is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 173 | - |
| CMYK | 0 | 0.14 | 0.32 | 0 |
| HSL | 34.39º | 1% | 0.84% | - |
| HSV(B) | 34.39º | 0.32% | 1% | - |
| XYZ | 74.38 | 75.46 | 50.18 | - |
| YUV | 225.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 173 | 0 | 0.14 | 0.32 | 0 | 34.39 | 1 | 0.84 |
| Hex | FF | DC | AD | 0 | E | 20 | 0 | 22 | 64 | 54 |
| Octal | 377 | 334 | 255 | 0 | 16 | 40 | 0 | 42 | 144 | 124 |
| Binary | 11111111 | 11011100 | 10101101 | 0 | 1110 | 100000 | 0 | 100010 | 1100100 | 1010100 |
Color Harmonies of #FFDCAD
Complementary color
Monochromatic Colors of #FFDCAD
Black with #FFDCAD
Text Example
Text Example
White with #FFDCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCAD; }
p { color: rgb(255,220,173); }
H1.HeaderClassName
{
color: #FFDCAD;
}
.AnyTagClassName
{
color: #FFDCAD;
}
</style>
background-color css
<style>
a { background-color: #FFDCAD; }
a { background-color: rgb(255,220,173); }
div.DivClassName
{
background-color: #FFDCAD;
}
.BgClassName
{
background-color: #FFDCAD;
}
</style>
border-color css
<style>
span { border-color: #FFDCAD; }
span { border-color: rgb(255,220,173); }
td.TdClassName
{
border-color: #FFDCAD;
}
.TagClassName
{
border-color: #FFDCAD;
}
</style>