#DCBC98

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

Shades of Pancho #DCBC98

Tints of Pancho #DCBC98

Color information

#DCBC98 (or 0xDCBC98) is unknown color: approx Pancho. HEX triplet: DC, BC and 98. RGB value is (220,188,152). Sum of RGB (Red+Green+Blue) = 220+188+152=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC98 is #234367. Grayscale: #C1C1C1. Windows color (decimal): -2311016 or 10009820. OLE color: 10009820.

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

Color convert

RGB220188152-
CMYK00.150.310.14
HSL31.76º49.28%72.94%-
HSV(B)31.76º30.91%86.27%-
XYZ53.1753.4537.22-
YUV193.46104.6146.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=39.29%
G=33.57%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018815200.150.310.1431.7649.2872.94
HexDCBC980F1FE203149
Octal33427423001737164061111
Binary110111001011110010011000011111111111101000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBC98; }

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

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

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

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

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

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

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

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