#FFDCB0

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

Shades of Navajo White #FFDCB0

Tints of Navajo White #FFDCB0

Color information

#FFDCB0 (or 0xFFDCB0) is unknown color: approx Navajo White. HEX triplet: FF, DC and B0. RGB value is (255,220,176). Sum of RGB (Red+Green+Blue) = 255+220+176=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCB0 is #00234F. Grayscale: #E1E1E1. Windows color (decimal): -9040 or 11590911. OLE color: 11590911.

HSL color Cylindrical-coordinate representation of color #FFDCB0: hue angle of 33.42º 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 #FFDCB0 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255220176-
CMYK00.140.310
HSL33.42º100%84.51%-
HSV(B)33.42º30.98%100%-
XYZ74.6775.5851.73-
YUV225.45100.1149.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 176 (69.14% from 255) = 27.04%
R=39.17%
G=33.79%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522017600.140.31033.4210084.51
HexFFDCB00E1F0216455
Octal37733426001637041144125
Binary1111111111011100101100000111011111010000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCB0; }

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

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

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

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

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

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

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

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