Shades of Navajo White #FFDBA9
Tints of Navajo White #FFDBA9
RGB
CMYK
RGB Variations
Color information
#FFDBA9 (or 0xFFDBA9) is known color: Navajo White. HEX triplet: FF, DB and A9. RGB value is (255,219,169). Sum of RGB (Red+Green+Blue) = 255+219+169=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 169 (66.41% from 255 or 26.28% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA9 is #002456. Grayscale: #E0E0E0. Windows color (decimal): -9303 or 11131903. OLE color: 11131903.
HSL color Cylindrical-coordinate representation of color #FFDBA9: hue angle of 34.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFDBA9 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 169 | - |
| CMYK | 0 | 0.14 | 0.34 | 0 |
| HSL | 34.88º | 1% | 0.83% | - |
| HSV(B) | 34.88º | 0.34% | 1% | - |
| XYZ | 73.73 | 74.79 | 48.09 | - |
| YUV | 224.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 169 | 0 | 0.14 | 0.34 | 0 | 34.88 | 1 | 0.83 |
| Hex | FF | DB | A9 | 0 | E | 22 | 0 | 23 | 64 | 53 |
| Octal | 377 | 333 | 251 | 0 | 16 | 42 | 0 | 43 | 144 | 123 |
| Binary | 11111111 | 11011011 | 10101001 | 0 | 1110 | 100010 | 0 | 100011 | 1100100 | 1010011 |
Color Harmonies of #FFDBA9
Complementary color
Monochromatic Colors of #FFDBA9
Black with #FFDBA9
Text Example
Text Example
White with #FFDBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBA9; }
p { color: rgb(255,219,169); }
H1.HeaderClassName
{
color: #FFDBA9;
}
.AnyTagClassName
{
color: #FFDBA9;
}
</style>
background-color css
<style>
a { background-color: #FFDBA9; }
a { background-color: rgb(255,219,169); }
div.DivClassName
{
background-color: #FFDBA9;
}
.BgClassName
{
background-color: #FFDBA9;
}
</style>
border-color css
<style>
span { border-color: #FFDBA9; }
span { border-color: rgb(255,219,169); }
td.TdClassName
{
border-color: #FFDBA9;
}
.TagClassName
{
border-color: #FFDBA9;
}
</style>