#DCC096

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

Shades of Pancho #DCC096

Tints of Pancho #DCC096

Color information

#DCC096 (or 0xDCC096) is unknown color: approx Pancho. HEX triplet: DC, C0 and 96. RGB value is (220,192,150). Sum of RGB (Red+Green+Blue) = 220+192+150=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC096 is #233F69. Grayscale: #C3C3C3. Windows color (decimal): -2309994 or 9879772. OLE color: 9879772.

HSL color Cylindrical-coordinate representation of color #DCC096: hue angle of 36º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC096 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220192150-
CMYK00.130.320.14
HSL36º50%72.55%-
HSV(B)36º31.82%86.27%-
XYZ53.8755.1236.65-
YUV195.58102.28145.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=39.15%
G=34.16%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019215000.130.320.14365072.55
HexDCC0960D20E243249
Octal33430022601540164462111
Binary1101110011000000100101100110110000011101001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC096; }

 p { color: rgb(220,192,150); }

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

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

 a { background-color: rgb(220,192,150); }

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

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

 span { border-color: rgb(220,192,150); }

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