#DCB498

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

Shades of Pancho #DCB498

Tints of Pancho #DCB498

Color information

#DCB498 (or 0xDCB498) is unknown color: approx Pancho. HEX triplet: DC, B4 and 98. RGB value is (220,180,152). Sum of RGB (Red+Green+Blue) = 220+180+152=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB498 is #234B67. Grayscale: #BCBCBC. Windows color (decimal): -2313064 or 10007772. OLE color: 10007772.

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

Color convert

RGB220180152-
CMYK00.180.310.14
HSL24.71º49.28%72.94%-
HSV(B)24.71º30.91%86.27%-
XYZ51.550.1336.67-
YUV188.77107.25150.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=39.86%
G=32.61%
B=27.54%

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
Decimal22018015200.180.310.1424.7149.2872.94
HexDCB4980121FE193149
Octal33426423002237163161111
Binary110111001011010010011000010010111111110110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB498; }

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

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

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

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

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

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

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

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