#DBB697

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

Shades of Pancho #DBB697

Tints of Pancho #DBB697

Color information

#DBB697 (or 0xDBB697) is unknown color: approx Pancho. HEX triplet: DB, B6 and 97. RGB value is (219,182,151). Sum of RGB (Red+Green+Blue) = 219+182+151=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB697 is #244968. Grayscale: #BDBDBD. Windows color (decimal): -2378089 or 9942747. OLE color: 9942747.

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

Color convert

RGB219182151-
CMYK00.170.310.14
HSL27.35º48.57%72.55%-
HSV(B)27.35º31.05%85.88%-
XYZ51.5350.7536.36-
YUV189.53106.26149.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=39.67%
G=32.97%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918215100.170.310.1427.3548.5772.55
HexDBB6970111FE1b3149
Octal33326622702137163361111
Binary110110111011011010010111010001111111110110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB697; }

 p { color: rgb(219,182,151); }

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

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

 a { background-color: rgb(219,182,151); }

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

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

 span { border-color: rgb(219,182,151); }

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