#DCBE90

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

Shades of Pancho #DCBE90

Tints of Pancho #DCBE90

Color information

#DCBE90 (or 0xDCBE90) is unknown color: approx Pancho. HEX triplet: DC, BE and 90. RGB value is (220,190,144). Sum of RGB (Red+Green+Blue) = 220+190+144=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE90 is #23416F. Grayscale: #C1C1C1. Windows color (decimal): -2310512 or 9486044. OLE color: 9486044.

HSL color Cylindrical-coordinate representation of color #DCBE90: hue angle of 36.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCBE90 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220190144-
CMYK00.140.350.14
HSL36.32º52.05%71.37%-
HSV(B)36.32º34.55%86.27%-
XYZ52.9654.0634.03-
YUV193.7399.94146.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=39.71%
G=34.30%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019014400.140.350.1436.3252.0571.37
HexDCBE900E23E243447
Octal33427622001643164464107
Binary1101110010111110100100000111010001111101001001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE90; }

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

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

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

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

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

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

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

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