#DCB497

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

Shades of Pancho #DCB497

Tints of Pancho #DCB497

Color information

#DCB497 (or 0xDCB497) is unknown color: approx Pancho. HEX triplet: DC, B4 and 97. RGB value is (220,180,151). Sum of RGB (Red+Green+Blue) = 220+180+151=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB497 is #234B68. Grayscale: #BCBCBC. Windows color (decimal): -2313065 or 9942236. OLE color: 9942236.

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

Color convert

RGB220180151-
CMYK00.180.310.14
HSL25.22º49.64%72.75%-
HSV(B)25.22º31.36%86.27%-
XYZ51.4250.0936.24-
YUV188.65106.75150.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=39.93%
G=32.67%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018015100.180.310.1425.2249.6472.75
HexDCB4970121FE193249
Octal33426422702237163162111
Binary110111001011010010010111010010111111110110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB497; }

 p { color: rgb(220,180,151); }

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

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

 a { background-color: rgb(220,180,151); }

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

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

 span { border-color: rgb(220,180,151); }

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