#DCBB96

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

Shades of Pancho #DCBB96

Tints of Pancho #DCBB96

Color information

#DCBB96 (or 0xDCBB96) is unknown color: approx Pancho. HEX triplet: DC, BB and 96. RGB value is (220,187,150). Sum of RGB (Red+Green+Blue) = 220+187+150=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB96 is #234469. Grayscale: #C0C0C0. Windows color (decimal): -2311274 or 9878492. OLE color: 9878492.

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

Color convert

RGB220187150-
CMYK00.150.320.14
HSL31.71º50%72.55%-
HSV(B)31.71º31.82%86.27%-
XYZ52.7952.9636.29-
YUV192.65103.93147.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=39.50%
G=33.57%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018715000.150.320.1431.715072.55
HexDCBB960F20E203249
Octal33427322601740164062111
Binary1101110010111011100101100111110000011101000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB96; }

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

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

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

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

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

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

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

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