#FFD7A9

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

Shades of Navajo White #FFD7A9

Tints of Navajo White #FFD7A9

Color information

#FFD7A9 (or 0xFFD7A9) is unknown color: approx Navajo White. HEX triplet: FF, D7 and A9. RGB value is (255,215,169). Sum of RGB (Red+Green+Blue) = 255+215+169=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7A9 is #002856. Grayscale: #DDDDDD. Windows color (decimal): -10327 or 11130879. OLE color: 11130879.

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

Color convert

RGB255215169-
CMYK00.160.340
HSL32.09º100%83.14%-
HSV(B)32.09º33.73%100%-
XYZ72.772.7347.74-
YUV221.7298.25151.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 169 (66.41% from 255) = 26.45%
R=39.91%
G=33.65%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521516900.160.34032.0910083.14
HexFFD7A9010220206453
Octal37732725102042040144123
Binary111111111101011110101001010000100010010000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7A9; }

 p { color: rgb(255,215,169); }

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

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

 a { background-color: rgb(255,215,169); }

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

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

 span { border-color: rgb(255,215,169); }

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