#FFD9AF

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

Shades of Navajo White #FFD9AF

Tints of Navajo White #FFD9AF

Color information

#FFD9AF (or 0xFFD9AF) is unknown color: approx Navajo White. HEX triplet: FF, D9 and AF. RGB value is (255,217,175). Sum of RGB (Red+Green+Blue) = 255+217+175=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9AF is #002650. Grayscale: #DFDFDF. Windows color (decimal): -9809 or 11524607. OLE color: 11524607.

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

Color convert

RGB255217175-
CMYK00.150.310
HSL31.5º100%84.31%-
HSV(B)31.5º31.37%100%-
XYZ73.7973.9850.95-
YUV223.57100.59150.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=39.41%
G=33.54%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521717500.150.31031.510084.31
HexFFD9AF0F1F0206454
Octal37733125701737040144124
Binary1111111111011001101011110111111111010000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9AF; }

 p { color: rgb(255,217,175); }

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

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

 a { background-color: rgb(255,217,175); }

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

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

 span { border-color: rgb(255,217,175); }

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