Shades of Navajo White #FFDFB0
Tints of Navajo White #FFDFB0
RGB
CMYK
RGB Variations
Color information
#FFDFB0 (or 0xFFDFB0) is known color: Navajo White. HEX triplet: FF, DF and B0. RGB value is (255,223,176). Sum of RGB (Red+Green+Blue) = 255+223+176=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFB0 is #00204F. Grayscale: #E3E3E3. Windows color (decimal): -8272 or 11591679. OLE color: 11591679.
HSL color Cylindrical-coordinate representation of color #FFDFB0: hue angle of 35.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFDFB0 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 176 | - |
CMYK | 0 | 0.13 | 0.31 | 0 |
HSL | 35.7º | 1% | 0.85% | - |
HSV(B) | 35.7º | 0.31% | 1% | - |
XYZ | 75.46 | 77.17 | 51.99 | - |
YUV | 227.21 | 99.1 | 147.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 176 | 0 | 0.13 | 0.31 | 0 | 35.7 | 1 | 0.85 |
Hex | FF | DF | B0 | 0 | D | 1F | 0 | 24 | 64 | 55 |
Octal | 377 | 337 | 260 | 0 | 15 | 37 | 0 | 44 | 144 | 125 |
Binary | 11111111 | 11011111 | 10110000 | 0 | 1101 | 11111 | 0 | 100100 | 1100100 | 1010101 |
Color Harmonies of #FFDFB0
Complementary color
Monochromatic Colors of #FFDFB0
Black with #FFDFB0
Text Example
Text Example
White with #FFDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFB0; }
p { color: rgb(255,223,176); }
H1.HeaderClassName
{
color: #FFDFB0;
}
.AnyTagClassName
{
color: #FFDFB0;
}
</style>
background-color css
<style>
a { background-color: #FFDFB0; }
a { background-color: rgb(255,223,176); }
div.DivClassName
{
background-color: #FFDFB0;
}
.BgClassName
{
background-color: #FFDFB0;
}
</style>
border-color css
<style>
span { border-color: #FFDFB0; }
span { border-color: rgb(255,223,176); }
td.TdClassName
{
border-color: #FFDFB0;
}
.TagClassName
{
border-color: #FFDFB0;
}
</style>