#DCBD99

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

Shades of Pancho #DCBD99

Tints of Pancho #DCBD99

Color information

#DCBD99 (or 0xDCBD99) is unknown color: approx Pancho. HEX triplet: DC, BD and 99. RGB value is (220,189,153). Sum of RGB (Red+Green+Blue) = 220+189+153=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD99 is #234266. Grayscale: #C2C2C2. Windows color (decimal): -2310759 or 10075612. OLE color: 10075612.

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

Color convert

RGB220189153-
CMYK00.140.300.14
HSL32.24º48.91%73.14%-
HSV(B)32.24º30.45%86.27%-
XYZ53.4653.9137.73-
YUV194.17104.77146.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=39.15%
G=33.63%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018915300.140.300.1432.2448.9173.14
HexDCBD990E1EE203149
Octal33427523101636164061111
Binary110111001011110110011001011101111011101000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD99; }

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

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

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

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

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

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

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

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