#DCBE99

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

Shades of Pancho #DCBE99

Tints of Pancho #DCBE99

Color information

#DCBE99 (or 0xDCBE99) is unknown color: approx Pancho. HEX triplet: DC, BE and 99. RGB value is (220,190,153). Sum of RGB (Red+Green+Blue) = 220+190+153=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE99 is #234166. Grayscale: #C2C2C2. Windows color (decimal): -2310503 or 10075868. OLE color: 10075868.

HSL color Cylindrical-coordinate representation of color #DCBE99: hue angle of 33.13º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCBE99 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220190153-
CMYK00.140.300.14
HSL33.13º48.91%73.14%-
HSV(B)33.13º30.45%86.27%-
XYZ53.6854.3437.8-
YUV194.75104.44146.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=39.08%
G=33.75%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019015300.140.300.1433.1348.9173.14
HexDCBE990E1EE213149
Octal33427623101636164161111
Binary110111001011111010011001011101111011101000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE99; }

 p { color: rgb(220,190,153); }

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

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

 a { background-color: rgb(220,190,153); }

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

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

 span { border-color: rgb(220,190,153); }

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