#DDB291

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

Shades of Pancho #DDB291

Tints of Pancho #DDB291

Color information

#DDB291 (or 0xDDB291) is unknown color: approx Pancho. HEX triplet: DD, B2 and 91. RGB value is (221,178,145). Sum of RGB (Red+Green+Blue) = 221+178+145=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB291 is #224D6E. Grayscale: #BBBBBB. Windows color (decimal): -2248047 or 9548509. OLE color: 9548509.

HSL color Cylindrical-coordinate representation of color #DDB291: hue angle of 26.05º 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 #DDB291 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221178145-
CMYK00.190.340.13
HSL26.05º52.78%71.76%-
HSV(B)26.05º34.39%86.67%-
XYZ50.8549.2633.62-
YUV187.1104.25152.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=40.62%
G=32.72%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117814500.190.340.1326.0552.7871.76
HexDDB29101322D1a3548
Octal33526222102342153265110
Binary1101110110110010100100010100111000101101110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB291; }

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

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

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

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

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

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

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

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