#FFDAAC

Color #FFDAAC Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FFDAAC

Tints of Navajo White #FFDAAC

Color information

#FFDAAC (or 0xFFDAAC) is unknown color: approx Navajo White. HEX triplet: FF, DA and AC. RGB value is (255,218,172). Sum of RGB (Red+Green+Blue) = 255+218+172=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAAC is #002553. Grayscale: #E0E0E0. Windows color (decimal): -9556 or 11328255. OLE color: 11328255.

HSL color Cylindrical-coordinate representation of color #FFDAAC: hue angle of 33.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFDAAC is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255218172-
CMYK00.150.330
HSL33.25º100%83.73%-
HSV(B)33.25º32.55%100%-
XYZ73.7674.3849.5-
YUV223.8298.76150.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=39.53%
G=33.80%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521817200.150.33033.2510083.73
HexFFDAAC0F210216454
Octal37733225401741041144124
Binary11111111110110101010110001111100001010000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAAC; }

 p { color: rgb(255,218,172); }

 H1.HeaderClassName
 {
   color: #FFDAAC;
 }
 .AnyTagClassName
 {
   color: #FFDAAC;
 }
</style>
background-color css

<style>
 a { background-color: #FFDAAC; }

 a { background-color: rgb(255,218,172); }

 div.DivClassName
 {
   background-color: #FFDAAC;
 }
 .BgClassName
 {
   background-color: #FFDAAC;
 }
</style>
border-color css

<style>
 span { border-color: #FFDAAC; }

 span { border-color: rgb(255,218,172); }

 td.TdClassName
 {
   border-color: #FFDAAC;
 }
 .TagClassName
 {
   border-color: #FFDAAC;
 }
</style>