#FFD8AD

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

Shades of Navajo White #FFD8AD

Tints of Navajo White #FFD8AD

Color information

#FFD8AD (or 0xFFD8AD) is unknown color: approx Navajo White. HEX triplet: FF, D8 and AD. RGB value is (255,216,173). Sum of RGB (Red+Green+Blue) = 255+216+173=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD8AD is #002752. Grayscale: #DEDEDE. Windows color (decimal): -10067 or 11393279. OLE color: 11393279.

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

Color convert

RGB255216173-
CMYK00.150.320
HSL31.46º100%83.92%-
HSV(B)31.46º32.16%100%-
XYZ73.3473.3949.84-
YUV222.7699.92151-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 173 (67.97% from 255) = 26.86%
R=39.60%
G=33.54%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521617300.150.32031.4610083.92
HexFFD8AD0F2001f6454
Octal37733025501740037144124
Binary1111111111011000101011010111110000001111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8AD; }

 p { color: rgb(255,216,173); }

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

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

 a { background-color: rgb(255,216,173); }

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

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

 span { border-color: rgb(255,216,173); }

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