#DCBD97

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

Shades of Pancho #DCBD97

Tints of Pancho #DCBD97

Color information

#DCBD97 (or 0xDCBD97) is unknown color: approx Pancho. HEX triplet: DC, BD and 97. RGB value is (220,189,151). Sum of RGB (Red+Green+Blue) = 220+189+151=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD97 is #234268. Grayscale: #C2C2C2. Windows color (decimal): -2310761 or 9944540. OLE color: 9944540.

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

Color convert

RGB220189151-
CMYK00.140.310.14
HSL33.04º49.64%72.75%-
HSV(B)33.04º31.36%86.27%-
XYZ53.353.8536.86-
YUV193.94103.77146.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=39.29%
G=33.75%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018915100.140.310.1433.0449.6472.75
HexDCBD970E1FE213249
Octal33427522701637164162111
Binary110111001011110110010111011101111111101000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD97; }

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

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

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

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

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

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

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

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