#DCB99D

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

Shades of Pancho #DCB99D

Tints of Pancho #DCB99D

Color information

#DCB99D (or 0xDCB99D) is unknown color: approx Pancho. HEX triplet: DC, B9 and 9D. RGB value is (220,185,157). Sum of RGB (Red+Green+Blue) = 220+185+157=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB99D is #234662. Grayscale: #C0C0C0. Windows color (decimal): -2311779 or 10336732. OLE color: 10336732.

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

Color convert

RGB220185157-
CMYK00.160.290.14
HSL26.67º47.37%73.92%-
HSV(B)26.67º28.64%86.27%-
XYZ52.9552.3539.21-
YUV192.27108.1147.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=39.15%
G=32.92%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018515700.160.290.1426.6747.3773.92
HexDCB99D0101DE1b2f4a
Octal33427123502035163357112
Binary110111001011100110011101010000111011110110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB99D; }

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

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

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

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

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

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

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

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