#DDBB9C

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

Shades of Pancho #DDBB9C

Tints of Pancho #DDBB9C

Color information

#DDBB9C (or 0xDDBB9C) is unknown color: approx Pancho. HEX triplet: DD, BB and 9C. RGB value is (221,187,156). Sum of RGB (Red+Green+Blue) = 221+187+156=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB9C is #224463. Grayscale: #C1C1C1. Windows color (decimal): -2245732 or 10271709. OLE color: 10271709.

HSL color Cylindrical-coordinate representation of color #DDBB9C: hue angle of 28.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDBB9C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221187156-
CMYK00.150.290.13
HSL28.62º48.87%73.92%-
HSV(B)28.62º29.41%86.67%-
XYZ53.5953.3138.92-
YUV193.63106.76147.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=39.18%
G=33.16%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118715600.150.290.1328.6248.8773.92
HexDDBB9C0F1DD1d314a
Octal33527323401735153561112
Binary11011101101110111001110001111111011101111011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB9C; }

 p { color: rgb(221,187,156); }

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

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

 a { background-color: rgb(221,187,156); }

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

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

 span { border-color: rgb(221,187,156); }

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