Shades of Navajo White #FFDBAF
Tints of Navajo White #FFDBAF
RGB
CMYK
RGB Variations
Color information
#FFDBAF (or 0xFFDBAF) is known color: Navajo White. HEX triplet: FF, DB and AF. RGB value is (255,219,175). Sum of RGB (Red+Green+Blue) = 255+219+175=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBAF is #002450. Grayscale: #E0E0E0. Windows color (decimal): -9297 or 11525119. OLE color: 11525119.
HSL color Cylindrical-coordinate representation of color #FFDBAF: hue angle of 33º 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 #FFDBAF is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 175 | - |
| CMYK | 0 | 0.14 | 0.31 | 0 |
| HSL | 33º | 1% | 0.84% | - |
| HSV(B) | 33º | 0.31% | 1% | - |
| XYZ | 74.31 | 75.02 | 51.12 | - |
| YUV | 224.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 175 | 0 | 0.14 | 0.31 | 0 | 33 | 1 | 0.84 |
| Hex | FF | DB | AF | 0 | E | 1F | 0 | 21 | 64 | 54 |
| Octal | 377 | 333 | 257 | 0 | 16 | 37 | 0 | 41 | 144 | 124 |
| Binary | 11111111 | 11011011 | 10101111 | 0 | 1110 | 11111 | 0 | 100001 | 1100100 | 1010100 |
Color Harmonies of #FFDBAF
Complementary color
Monochromatic Colors of #FFDBAF
Black with #FFDBAF
Text Example
Text Example
White with #FFDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBAF; }
p { color: rgb(255,219,175); }
H1.HeaderClassName
{
color: #FFDBAF;
}
.AnyTagClassName
{
color: #FFDBAF;
}
</style>
background-color css
<style>
a { background-color: #FFDBAF; }
a { background-color: rgb(255,219,175); }
div.DivClassName
{
background-color: #FFDBAF;
}
.BgClassName
{
background-color: #FFDBAF;
}
</style>
border-color css
<style>
span { border-color: #FFDBAF; }
span { border-color: rgb(255,219,175); }
td.TdClassName
{
border-color: #FFDBAF;
}
.TagClassName
{
border-color: #FFDBAF;
}
</style>