#DCBC9A

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

Shades of Pancho #DCBC9A

Tints of Pancho #DCBC9A

Color information

#DCBC9A (or 0xDCBC9A) is unknown color: approx Pancho. HEX triplet: DC, BC and 9A. RGB value is (220,188,154). Sum of RGB (Red+Green+Blue) = 220+188+154=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC9A is #234365. Grayscale: #C1C1C1. Windows color (decimal): -2311014 or 10140892. OLE color: 10140892.

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

Color convert

RGB220188154-
CMYK00.150.30.14
HSL30.91º48.53%73.33%-
HSV(B)30.91º30%86.27%-
XYZ53.3353.5238.09-
YUV193.69105.6146.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=39.15%
G=33.45%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018815400.150.30.1430.9148.5373.33
HexDCBC9A0F1EE1f3149
Octal33427423201736163761111
Binary11011100101111001001101001111111101110111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBC9A; }

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

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

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

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

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

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

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

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