#DCB594

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

Shades of Pancho #DCB594

Tints of Pancho #DCB594

Color information

#DCB594 (or 0xDCB594) is unknown color: approx Pancho. HEX triplet: DC, B5 and 94. RGB value is (220,181,148). Sum of RGB (Red+Green+Blue) = 220+181+148=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB594 is #234A6B. Grayscale: #BDBDBD. Windows color (decimal): -2312812 or 9745884. OLE color: 9745884.

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

Color convert

RGB220181148-
CMYK00.180.330.14
HSL27.5º50.7%72.16%-
HSV(B)27.5º32.73%86.27%-
XYZ51.3850.435.04-
YUV188.9104.92150.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=40.07%
G=32.97%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018114800.180.330.1427.550.772.16
HexDCB59401221E1c3348
Octal33426522402241163463110
Binary1101110010110101100101000100101000011110111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB594; }

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

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

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

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

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

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

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

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