#DDB391

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

Shades of Pancho #DDB391

Tints of Pancho #DDB391

Color information

#DDB391 (or 0xDDB391) is unknown color: approx Pancho. HEX triplet: DD, B3 and 91. RGB value is (221,179,145). Sum of RGB (Red+Green+Blue) = 221+179+145=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB391 is #224C6E. Grayscale: #BBBBBB. Windows color (decimal): -2247791 or 9548765. OLE color: 9548765.

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

Color convert

RGB221179145-
CMYK00.190.340.13
HSL26.84º52.78%71.76%-
HSV(B)26.84º34.39%86.67%-
XYZ51.0549.6633.68-
YUV187.68103.91151.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=40.55%
G=32.84%
B=26.61%

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
Decimal22117914500.190.340.1326.8452.7871.76
HexDDB39101322D1b3548
Octal33526322102342153365110
Binary1101110110110011100100010100111000101101110111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB391; }

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

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

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

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

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

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

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

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