#DCB992

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

Shades of Pancho #DCB992

Tints of Pancho #DCB992

Color information

#DCB992 (or 0xDCB992) is unknown color: approx Pancho. HEX triplet: DC, B9 and 92. RGB value is (220,185,146). Sum of RGB (Red+Green+Blue) = 220+185+146=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB992 is #23466D. Grayscale: #BFBFBF. Windows color (decimal): -2311790 or 9615836. OLE color: 9615836.

HSL color Cylindrical-coordinate representation of color #DCB992: hue angle of 31.62º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCB992 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220185146-
CMYK00.160.340.14
HSL31.62º51.39%71.76%-
HSV(B)31.62º33.64%86.27%-
XYZ52.0551.9934.49-
YUV191.02102.6148.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=39.93%
G=33.58%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018514600.160.340.1431.6251.3971.76
HexDCB99201022E203348
Octal33427122202042164063110
Binary11011100101110011001001001000010001011101000001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB992; }

 p { color: rgb(220,185,146); }

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

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

 a { background-color: rgb(220,185,146); }

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

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

 span { border-color: rgb(220,185,146); }

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