#DDB595

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

Shades of Pancho #DDB595

Tints of Pancho #DDB595

Color information

#DDB595 (or 0xDDB595) is unknown color: approx Pancho. HEX triplet: DD, B5 and 95. RGB value is (221,181,149). Sum of RGB (Red+Green+Blue) = 221+181+149=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB595 is #224A6A. Grayscale: #BDBDBD. Windows color (decimal): -2247275 or 9811421. OLE color: 9811421.

HSL color Cylindrical-coordinate representation of color #DDB595: hue angle of 26.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDB595 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221181149-
CMYK00.180.330.13
HSL26.67º51.43%72.55%-
HSV(B)26.67º32.58%86.67%-
XYZ51.7750.5935.47-
YUV189.31105.25150.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=40.11%
G=32.85%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118114900.180.330.1326.6751.4372.55
HexDDB59501221D1b3349
Octal33526522502241153363111
Binary1101110110110101100101010100101000011101110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB595; }

 p { color: rgb(221,181,149); }

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

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

 a { background-color: rgb(221,181,149); }

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

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

 span { border-color: rgb(221,181,149); }

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