#DCC094

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

Shades of Pancho #DCC094

Tints of Pancho #DCC094

Color information

#DCC094 (or 0xDCC094) is unknown color: approx Pancho. HEX triplet: DC, C0 and 94. RGB value is (220,192,148). Sum of RGB (Red+Green+Blue) = 220+192+148=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC094 is #233F6B. Grayscale: #C3C3C3. Windows color (decimal): -2309996 or 9748700. OLE color: 9748700.

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

Color convert

RGB220192148-
CMYK00.130.330.14
HSL36.67º50.7%72.16%-
HSV(B)36.67º32.73%86.27%-
XYZ53.7155.0535.81-
YUV195.36101.28145.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=39.29%
G=34.29%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019214800.130.330.1436.6750.772.16
HexDCC0940D21E253348
Octal33430022401541164563110
Binary1101110011000000100101000110110000111101001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC094; }

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

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

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

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

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

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

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

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