#DDB093

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

Shades of Pancho #DDB093

Tints of Pancho #DDB093

Color information

#DDB093 (or 0xDDB093) is unknown color: approx Pancho. HEX triplet: DD, B0 and 93. RGB value is (221,176,147). Sum of RGB (Red+Green+Blue) = 221+176+147=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB093 is #224F6C. Grayscale: #BABABA. Windows color (decimal): -2248557 or 9679069. OLE color: 9679069.

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

Color convert

RGB221176147-
CMYK00.200.330.13
HSL23.51º52.11%72.16%-
HSV(B)23.51º33.48%86.67%-
XYZ50.6148.5334.3-
YUV186.15105.91152.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 147 (57.81% from 255) = 27.02%
R=40.62%
G=32.35%
B=27.02%

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
Decimal22117614700.200.330.1323.5152.1172.16
HexDDB09301421D183448
Octal33526022302441153064110
Binary1101110110110000100100110101001000011101110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB093; }

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

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

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

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

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

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

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

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