#DCBA99

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

Shades of Pancho #DCBA99

Tints of Pancho #DCBA99

Color information

#DCBA99 (or 0xDCBA99) is unknown color: approx Pancho. HEX triplet: DC, BA and 99. RGB value is (220,186,153). Sum of RGB (Red+Green+Blue) = 220+186+153=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA99 is #234566. Grayscale: #C0C0C0. Windows color (decimal): -2311527 or 10074844. OLE color: 10074844.

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

Color convert

RGB220186153-
CMYK00.150.300.14
HSL29.55º48.91%73.14%-
HSV(B)29.55º30.45%86.27%-
XYZ52.8252.6337.51-
YUV192.4105.76147.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=39.36%
G=33.27%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018615300.150.300.1429.5548.9173.14
HexDCBA990F1EE1e3149
Octal33427223101736163661111
Binary11011100101110101001100101111111101110111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA99; }

 p { color: rgb(220,186,153); }

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

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

 a { background-color: rgb(220,186,153); }

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

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

 span { border-color: rgb(220,186,153); }

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