#DCB090

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

Shades of Pancho #DCB090

Tints of Pancho #DCB090

Color information

#DCB090 (or 0xDCB090) is unknown color: approx Pancho. HEX triplet: DC, B0 and 90. RGB value is (220,176,144). Sum of RGB (Red+Green+Blue) = 220+176+144=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB090 is #234F6F. Grayscale: #B9B9B9. Windows color (decimal): -2314096 or 9482460. OLE color: 9482460.

HSL color Cylindrical-coordinate representation of color #DCB090: hue angle of 25.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCB090 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220176144-
CMYK00.20.350.14
HSL25.26º52.05%71.37%-
HSV(B)25.26º34.55%86.27%-
XYZ50.0748.2833.07-
YUV185.51104.58152.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=40.74%
G=32.59%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017614400.20.350.1425.2652.0571.37
HexDCB09001423E193447
Octal33426022002443163164107
Binary1101110010110000100100000101001000111110110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB090; }

 p { color: rgb(220,176,144); }

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

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

 a { background-color: rgb(220,176,144); }

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

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

 span { border-color: rgb(220,176,144); }

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