#DDB594

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

Shades of Pancho #DDB594

Tints of Pancho #DDB594

Color information

#DDB594 (or 0xDDB594) is unknown color: approx Pancho. HEX triplet: DD, B5 and 94. RGB value is (221,181,148). Sum of RGB (Red+Green+Blue) = 221+181+148=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB594 is #224A6B. Grayscale: #BDBDBD. Windows color (decimal): -2247276 or 9745885. OLE color: 9745885.

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

Color convert

RGB221181148-
CMYK00.180.330.13
HSL27.12º51.77%72.35%-
HSV(B)27.12º33.03%86.67%-
XYZ51.6950.5635.05-
YUV189.2104.75150.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=40.18%
G=32.91%
B=26.91%

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
Decimal22118114800.180.330.1327.1251.7772.35
HexDDB59401221D1b3448
Octal33526522402241153364110
Binary1101110110110101100101000100101000011101110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB594; }

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

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

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

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

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

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

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

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