#DBBE97

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

Shades of Pancho #DBBE97

Tints of Pancho #DBBE97

Color information

#DBBE97 (or 0xDBBE97) is unknown color: approx Pancho. HEX triplet: DB, BE and 97. RGB value is (219,190,151). Sum of RGB (Red+Green+Blue) = 219+190+151=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE97 is #244168. Grayscale: #C2C2C2. Windows color (decimal): -2376041 or 9944795. OLE color: 9944795.

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

Color convert

RGB219190151-
CMYK00.130.310.14
HSL34.41º48.57%72.55%-
HSV(B)34.41º31.05%85.88%-
XYZ53.2154.1236.92-
YUV194.22103.61145.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=39.11%
G=33.93%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919015100.130.310.1434.4148.5772.55
HexDBBE970D1FE223149
Octal33327622701537164261111
Binary110110111011111010010111011011111111101000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE97; }

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

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

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

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

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

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

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

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