#FFDFB0

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

Shades of Navajo White #FFDFB0

Tints of Navajo White #FFDFB0

Color information

#FFDFB0 (or 0xFFDFB0) is unknown color: approx Navajo White. HEX triplet: FF, DF and B0. RGB value is (255,223,176). Sum of RGB (Red+Green+Blue) = 255+223+176=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFB0 is #00204F. Grayscale: #E3E3E3. Windows color (decimal): -8272 or 11591679. OLE color: 11591679.

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

Color convert

RGB255223176-
CMYK00.130.310
HSL35.7º100%84.51%-
HSV(B)35.7º30.98%100%-
XYZ75.4677.1751.99-
YUV227.2199.1147.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 176 (69.14% from 255) = 26.91%
R=38.99%
G=34.10%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522317600.130.31035.710084.51
HexFFDFB00D1F0246455
Octal37733726001537044144125
Binary1111111111011111101100000110111111010010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFB0; }

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

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

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

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

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

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

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

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