#DDB493

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

Shades of Pancho #DDB493

Tints of Pancho #DDB493

Color information

#DDB493 (or 0xDDB493) is unknown color: approx Pancho. HEX triplet: DD, B4 and 93. RGB value is (221,180,147). Sum of RGB (Red+Green+Blue) = 221+180+147=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB493 is #224B6C. Grayscale: #BCBCBC. Windows color (decimal): -2247533 or 9680093. OLE color: 9680093.

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

Color convert

RGB221180147-
CMYK00.190.330.13
HSL26.76º52.11%72.16%-
HSV(B)26.76º33.48%86.67%-
XYZ51.4150.1234.57-
YUV188.5104.58151.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=40.33%
G=32.85%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118014700.190.330.1326.7652.1172.16
HexDDB49301321D1b3448
Octal33526422302341153364110
Binary1101110110110100100100110100111000011101110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB493; }

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

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

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

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

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

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

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

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