#DDC194

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

Shades of Pancho #DDC194

Tints of Pancho #DDC194

Color information

#DDC194 (or 0xDDC194) is unknown color: approx Pancho. HEX triplet: DD, C1 and 94. RGB value is (221,193,148). Sum of RGB (Red+Green+Blue) = 221+193+148=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC194 is #223E6B. Grayscale: #C4C4C4. Windows color (decimal): -2244204 or 9748957. OLE color: 9748957.

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

Color convert

RGB221193148-
CMYK00.130.330.13
HSL36.99º51.77%72.35%-
HSV(B)36.99º33.03%86.67%-
XYZ54.2355.6535.9-
YUV196.24100.78145.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=39.32%
G=34.34%
B=26.33%

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
Decimal22119314800.130.330.1336.9951.7772.35
HexDDC1940D21D253448
Octal33530122401541154564110
Binary1101110111000001100101000110110000111011001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC194; }

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

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

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

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

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

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

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

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