#FFDFB3

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

Shades of Navajo White #FFDFB3

Tints of Navajo White #FFDFB3

Color information

#FFDFB3 (or 0xFFDFB3) is unknown color: approx Navajo White. HEX triplet: FF, DF and B3. RGB value is (255,223,179). Sum of RGB (Red+Green+Blue) = 255+223+179=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 179 (70.31% from 255 or 27.25% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFB3 is #00204C. Grayscale: #E3E3E3. Windows color (decimal): -8269 or 11788287. OLE color: 11788287.

HSL color Cylindrical-coordinate representation of color #FFDFB3: hue angle of 34.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFDFB3 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB255223179-
CMYK00.130.300
HSL34.74º100%85.1%-
HSV(B)34.74º29.8%100%-
XYZ75.7677.2953.57-
YUV227.55100.6147.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 179 (70.31% from 255) = 27.25%
R=38.81%
G=33.94%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522317900.130.30034.7410085.1
HexFFDFB30D1E0236455
Octal37733726301536043144125
Binary1111111111011111101100110110111110010001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFB3; }

 p { color: rgb(255,223,179); }

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

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

 a { background-color: rgb(255,223,179); }

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

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

 span { border-color: rgb(255,223,179); }

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