#DCB798

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

Shades of Pancho #DCB798

Tints of Pancho #DCB798

Color information

#DCB798 (or 0xDCB798) is unknown color: approx Pancho. HEX triplet: DC, B7 and 98. RGB value is (220,183,152). Sum of RGB (Red+Green+Blue) = 220+183+152=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB798 is #234867. Grayscale: #BEBEBE. Windows color (decimal): -2312296 or 10008540. OLE color: 10008540.

HSL color Cylindrical-coordinate representation of color #DCB798: hue angle of 27.35º degrees, saturation: 0.49, 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 #DCB798 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220183152-
CMYK00.170.310.14
HSL27.35º49.28%72.94%-
HSV(B)27.35º30.91%86.27%-
XYZ52.1251.3536.87-
YUV190.53106.26149.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=39.64%
G=32.97%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018315200.170.310.1427.3549.2872.94
HexDCB7980111FE1b3149
Octal33426723002137163361111
Binary110111001011011110011000010001111111110110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB798; }

 p { color: rgb(220,183,152); }

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

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

 a { background-color: rgb(220,183,152); }

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

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

 span { border-color: rgb(220,183,152); }

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