#DCC193

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

Shades of Pancho #DCC193

Tints of Pancho #DCC193

Color information

#DCC193 (or 0xDCC193) is unknown color: approx Pancho. HEX triplet: DC, C1 and 93. RGB value is (220,193,147). Sum of RGB (Red+Green+Blue) = 220+193+147=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC193 is #233E6C. Grayscale: #C4C4C4. Windows color (decimal): -2309741 or 9683420. OLE color: 9683420.

HSL color Cylindrical-coordinate representation of color #DCC193: hue angle of 37.81º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC193 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220193147-
CMYK00.120.330.14
HSL37.81º51.05%71.96%-
HSV(B)37.81º33.18%86.27%-
XYZ53.8555.4635.47-
YUV195.83100.45145.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=39.29%
G=34.46%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019314700.120.330.1437.8151.0571.96
HexDCC1930C21E263348
Octal33430122301441164663110
Binary1101110011000001100100110110010000111101001101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC193; }

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

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

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

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

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

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

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

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