#DBB494

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

Shades of Pancho #DBB494

Tints of Pancho #DBB494

Color information

#DBB494 (or 0xDBB494) is unknown color: approx Pancho. HEX triplet: DB, B4 and 94. RGB value is (219,180,148). Sum of RGB (Red+Green+Blue) = 219+180+148=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB494 is #244B6B. Grayscale: #BCBCBC. Windows color (decimal): -2378604 or 9745627. OLE color: 9745627.

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

Color convert

RGB219180148-
CMYK00.180.320.14
HSL27.04º49.65%71.96%-
HSV(B)27.04º32.42%85.88%-
XYZ50.8849.8434.96-
YUV188.01105.42150.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=40.04%
G=32.91%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918014800.180.320.1427.0449.6571.96
HexDBB49401220E1b3248
Octal33326422402240163362110
Binary1101101110110100100101000100101000001110110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB494; }

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

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

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

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

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

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

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

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