#DCBB97

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

Shades of Pancho #DCBB97

Tints of Pancho #DCBB97

Color information

#DCBB97 (or 0xDCBB97) is unknown color: approx Pancho. HEX triplet: DC, BB and 97. RGB value is (220,187,151). Sum of RGB (Red+Green+Blue) = 220+187+151=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB97 is #234468. Grayscale: #C0C0C0. Windows color (decimal): -2311273 or 9944028. OLE color: 9944028.

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

Color convert

RGB220187151-
CMYK00.150.310.14
HSL31.3º49.64%72.75%-
HSV(B)31.3º31.36%86.27%-
XYZ52.8752.9936.72-
YUV192.76104.43147.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 151 (59.38% from 255) = 27.06%
R=39.43%
G=33.51%
B=27.06%

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
Decimal22018715100.150.310.1431.349.6472.75
HexDCBB970F1FE1f3249
Octal33427322701737163762111
Binary11011100101110111001011101111111111110111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB97; }

 p { color: rgb(220,187,151); }

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

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

 a { background-color: rgb(220,187,151); }

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

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

 span { border-color: rgb(220,187,151); }

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