#DBB294

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

Shades of Pancho #DBB294

Tints of Pancho #DBB294

Color information

#DBB294 (or 0xDBB294) is unknown color: approx Pancho. HEX triplet: DB, B2 and 94. RGB value is (219,178,148). Sum of RGB (Red+Green+Blue) = 219+178+148=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB294 is #244D6B. Grayscale: #BBBBBB. Windows color (decimal): -2379116 or 9745115. OLE color: 9745115.

HSL color Cylindrical-coordinate representation of color #DBB294: hue angle of 25.35º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBB294 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219178148-
CMYK00.190.320.14
HSL25.35º49.65%71.96%-
HSV(B)25.35º32.42%85.88%-
XYZ50.4849.0434.82-
YUV186.84106.08150.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=40.18%
G=32.66%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917814800.190.320.1425.3549.6571.96
HexDBB29401320E193248
Octal33326222402340163162110
Binary1101101110110010100101000100111000001110110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB294; }

 p { color: rgb(219,178,148); }

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

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

 a { background-color: rgb(219,178,148); }

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

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

 span { border-color: rgb(219,178,148); }

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