Shades of Navajo White #FFDDB1
Tints of Navajo White #FFDDB1
RGB
CMYK
RGB Variations
Color information
#FFDDB1 (or 0xFFDDB1) is known color: Navajo White. HEX triplet: FF, DD and B1. RGB value is (255,221,177). Sum of RGB (Red+Green+Blue) = 255+221+177=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDB1 is #00224E. Grayscale: #E2E2E2. Windows color (decimal): -8783 or 11656703. OLE color: 11656703.
HSL color Cylindrical-coordinate representation of color #FFDDB1: hue angle of 33.85º 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 #FFDDB1 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 177 | - |
CMYK | 0 | 0.13 | 0.31 | 0 |
HSL | 33.85º | 1% | 0.85% | - |
HSV(B) | 33.85º | 0.31% | 1% | - |
XYZ | 75.03 | 76.15 | 52.34 | - |
YUV | 226.15 | 100.26 | 148.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 177 | 0 | 0.13 | 0.31 | 0 | 33.85 | 1 | 0.85 |
Hex | FF | DD | B1 | 0 | D | 1F | 0 | 22 | 64 | 55 |
Octal | 377 | 335 | 261 | 0 | 15 | 37 | 0 | 42 | 144 | 125 |
Binary | 11111111 | 11011101 | 10110001 | 0 | 1101 | 11111 | 0 | 100010 | 1100100 | 1010101 |
Color Harmonies of #FFDDB1
Complementary color
Monochromatic Colors of #FFDDB1
Black with #FFDDB1
Text Example
Text Example
White with #FFDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDB1; }
p { color: rgb(255,221,177); }
H1.HeaderClassName
{
color: #FFDDB1;
}
.AnyTagClassName
{
color: #FFDDB1;
}
</style>
background-color css
<style>
a { background-color: #FFDDB1; }
a { background-color: rgb(255,221,177); }
div.DivClassName
{
background-color: #FFDDB1;
}
.BgClassName
{
background-color: #FFDDB1;
}
</style>
border-color css
<style>
span { border-color: #FFDDB1; }
span { border-color: rgb(255,221,177); }
td.TdClassName
{
border-color: #FFDDB1;
}
.TagClassName
{
border-color: #FFDDB1;
}
</style>