#DCBE9D

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

Shades of Pancho #DCBE9D

Tints of Pancho #DCBE9D

Color information

#DCBE9D (or 0xDCBE9D) is unknown color: approx Pancho. HEX triplet: DC, BE and 9D. RGB value is (220,190,157). Sum of RGB (Red+Green+Blue) = 220+190+157=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE9D is #234162. Grayscale: #C3C3C3. Windows color (decimal): -2310499 or 10338012. OLE color: 10338012.

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

Color convert

RGB220190157-
CMYK00.140.290.14
HSL31.43º47.37%73.92%-
HSV(B)31.43º28.64%86.27%-
XYZ54.0154.4839.57-
YUV195.21106.44145.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=38.80%
G=33.51%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019015700.140.290.1431.4347.3773.92
HexDCBE9D0E1DE1f2f4a
Octal33427623501635163757112
Binary11011100101111101001110101110111011110111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE9D; }

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

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

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

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

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

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

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

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