#DCB998

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

Shades of Pancho #DCB998

Tints of Pancho #DCB998

Color information

#DCB998 (or 0xDCB998) is unknown color: approx Pancho. HEX triplet: DC, B9 and 98. RGB value is (220,185,152). Sum of RGB (Red+Green+Blue) = 220+185+152=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB998 is #234667. Grayscale: #BFBFBF. Windows color (decimal): -2311784 or 10009052. OLE color: 10009052.

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

Color convert

RGB220185152-
CMYK00.160.310.14
HSL29.12º49.28%72.94%-
HSV(B)29.12º30.91%86.27%-
XYZ52.5352.1837.01-
YUV191.7105.6148.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=39.50%
G=33.21%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018515200.160.310.1429.1249.2872.94
HexDCB9980101FE1d3149
Octal33427123002037163561111
Binary110111001011100110011000010000111111110111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB998; }

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

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

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

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

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

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

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

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