#DDB091

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

Shades of Pancho #DDB091

Tints of Pancho #DDB091

Color information

#DDB091 (or 0xDDB091) is unknown color: approx Pancho. HEX triplet: DD, B0 and 91. RGB value is (221,176,145). Sum of RGB (Red+Green+Blue) = 221+176+145=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB091 is #224F6E. Grayscale: #BABABA. Windows color (decimal): -2248559 or 9547997. OLE color: 9547997.

HSL color Cylindrical-coordinate representation of color #DDB091: hue angle of 24.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDB091 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221176145-
CMYK00.200.340.13
HSL24.47º52.78%71.76%-
HSV(B)24.47º34.39%86.67%-
XYZ50.4548.4733.48-
YUV185.92104.91153.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 145 (57.03% from 255) = 26.75%
R=40.77%
G=32.47%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117614500.200.340.1324.4752.7871.76
HexDDB09101422D183548
Octal33526022102442153065110
Binary1101110110110000100100010101001000101101110001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB091; }

 p { color: rgb(221,176,145); }

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

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

 a { background-color: rgb(221,176,145); }

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

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

 span { border-color: rgb(221,176,145); }

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