Shades of Navajo White #FFDBA7
Tints of Navajo White #FFDBA7
RGB
CMYK
RGB Variations
Color information
#FFDBA7 (or 0xFFDBA7) is known color: Navajo White. HEX triplet: FF, DB and A7. RGB value is (255,219,167). Sum of RGB (Red+Green+Blue) = 255+219+167=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA7 is #002458. Grayscale: #E0E0E0. Windows color (decimal): -9305 or 11000831. OLE color: 11000831.
HSL color Cylindrical-coordinate representation of color #FFDBA7: hue angle of 35.45º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFDBA7 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 167 | - |
| CMYK | 0 | 0.14 | 0.35 | 0 |
| HSL | 35.45º | 1% | 0.83% | - |
| HSV(B) | 35.45º | 0.35% | 1% | - |
| XYZ | 73.55 | 74.71 | 47.1 | - |
| YUV | 223.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 167 | 0 | 0.14 | 0.35 | 0 | 35.45 | 1 | 0.83 |
| Hex | FF | DB | A7 | 0 | E | 23 | 0 | 23 | 64 | 53 |
| Octal | 377 | 333 | 247 | 0 | 16 | 43 | 0 | 43 | 144 | 123 |
| Binary | 11111111 | 11011011 | 10100111 | 0 | 1110 | 100011 | 0 | 100011 | 1100100 | 1010011 |
Color Harmonies of #FFDBA7
Complementary color
Monochromatic Colors of #FFDBA7
Black with #FFDBA7
Text Example
Text Example
White with #FFDBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBA7; }
p { color: rgb(255,219,167); }
H1.HeaderClassName
{
color: #FFDBA7;
}
.AnyTagClassName
{
color: #FFDBA7;
}
</style>
background-color css
<style>
a { background-color: #FFDBA7; }
a { background-color: rgb(255,219,167); }
div.DivClassName
{
background-color: #FFDBA7;
}
.BgClassName
{
background-color: #FFDBA7;
}
</style>
border-color css
<style>
span { border-color: #FFDBA7; }
span { border-color: rgb(255,219,167); }
td.TdClassName
{
border-color: #FFDBA7;
}
.TagClassName
{
border-color: #FFDBA7;
}
</style>