#DDC193

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

Shades of Pancho #DDC193

Tints of Pancho #DDC193

Color information

#DDC193 (or 0xDDC193) is unknown color: approx Pancho. HEX triplet: DD, C1 and 93. RGB value is (221,193,147). Sum of RGB (Red+Green+Blue) = 221+193+147=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC193 is #223E6C. Grayscale: #C4C4C4. Windows color (decimal): -2244205 or 9683421. OLE color: 9683421.

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

Color convert

RGB221193147-
CMYK00.130.330.13
HSL37.3º52.11%72.16%-
HSV(B)37.3º33.48%86.67%-
XYZ54.1655.6235.48-
YUV196.13100.28145.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=39.39%
G=34.40%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119314700.130.330.1337.352.1172.16
HexDDC1930D21D253448
Octal33530122301541154564110
Binary1101110111000001100100110110110000111011001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC193; }

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

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

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

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

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

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

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

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