#DCBE9A

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

Shades of Pancho #DCBE9A

Tints of Pancho #DCBE9A

Color information

#DCBE9A (or 0xDCBE9A) is unknown color: approx Pancho. HEX triplet: DC, BE and 9A. RGB value is (220,190,154). Sum of RGB (Red+Green+Blue) = 220+190+154=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE9A is #234165. Grayscale: #C3C3C3. Windows color (decimal): -2310502 or 10141404. OLE color: 10141404.

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

Color convert

RGB220190154-
CMYK00.140.30.14
HSL32.73º48.53%73.33%-
HSV(B)32.73º30%86.27%-
XYZ53.7654.3838.23-
YUV194.87104.94145.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=39.01%
G=33.69%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019015400.140.30.1432.7348.5373.33
HexDCBE9A0E1EE213149
Octal33427623201636164161111
Binary110111001011111010011010011101111011101000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE9A; }

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

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

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

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

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

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

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

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