#DBC091

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

Shades of Pancho #DBC091

Tints of Pancho #DBC091

Color information

#DBC091 (or 0xDBC091) is unknown color: approx Pancho. HEX triplet: DB, C0 and 91. RGB value is (219,192,145). Sum of RGB (Red+Green+Blue) = 219+192+145=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC091 is #243F6E. Grayscale: #C2C2C2. Windows color (decimal): -2375535 or 9552091. OLE color: 9552091.

HSL color Cylindrical-coordinate representation of color #DBC091: hue angle of 38.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBC091 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219192145-
CMYK00.120.340.14
HSL38.11º50.68%71.37%-
HSV(B)38.11º33.79%85.88%-
XYZ53.1754.834.56-
YUV194.7299.95145.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 145 (57.03% from 255) = 26.08%
R=39.39%
G=34.53%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919214500.120.340.1438.1150.6871.37
HexDBC0910C22E263347
Octal33330022101442164663107
Binary1101101111000000100100010110010001011101001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC091; }

 p { color: rgb(219,192,145); }

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

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

 a { background-color: rgb(219,192,145); }

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

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

 span { border-color: rgb(219,192,145); }

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