#DDB094

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

Shades of Pancho #DDB094

Tints of Pancho #DDB094

Color information

#DDB094 (or 0xDDB094) is unknown color: approx Pancho. HEX triplet: DD, B0 and 94. RGB value is (221,176,148). Sum of RGB (Red+Green+Blue) = 221+176+148=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB094 is #224F6B. Grayscale: #BABABA. Windows color (decimal): -2248556 or 9744605. OLE color: 9744605.

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

Color convert

RGB221176148-
CMYK00.200.330.13
HSL23.01º51.77%72.35%-
HSV(B)23.01º33.03%86.67%-
XYZ50.6948.5634.72-
YUV186.26106.41152.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=40.55%
G=32.29%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117614800.200.330.1323.0151.7772.35
HexDDB09401421D173448
Octal33526022402441152764110
Binary1101110110110000100101000101001000011101101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB094; }

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

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

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

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

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

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

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

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