#DFB99C

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

Shades of Pancho #DFB99C

Tints of Pancho #DFB99C

Color information

#DFB99C (or 0xDFB99C) is unknown color: approx Pancho. HEX triplet: DF, B9 and 9C. RGB value is (223,185,156). Sum of RGB (Red+Green+Blue) = 223+185+156=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB99C is #204663. Grayscale: #C1C1C1. Windows color (decimal): -2115172 or 10271199. OLE color: 10271199.

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

Color convert

RGB223185156-
CMYK00.170.300.13
HSL25.97º51.15%74.31%-
HSV(B)25.97º30.04%87.45%-
XYZ53.7852.7938.81-
YUV193.06107.09149.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=39.54%
G=32.80%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318515600.170.300.1325.9751.1574.31
HexDFB99C0111ED1a334a
Octal33727123402136153263112
Binary110111111011100110011100010001111101101110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB99C; }

 p { color: rgb(223,185,156); }

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

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

 a { background-color: rgb(223,185,156); }

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

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

 span { border-color: rgb(223,185,156); }

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