#DBB994

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

Shades of Pancho #DBB994

Tints of Pancho #DBB994

Color information

#DBB994 (or 0xDBB994) is unknown color: approx Pancho. HEX triplet: DB, B9 and 94. RGB value is (219,185,148). Sum of RGB (Red+Green+Blue) = 219+185+148=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB994 is #24466B. Grayscale: #BFBFBF. Windows color (decimal): -2377324 or 9746907. OLE color: 9746907.

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

Color convert

RGB219185148-
CMYK00.160.320.14
HSL31.27º49.65%71.96%-
HSV(B)31.27º32.42%85.88%-
XYZ51.9151.935.3-
YUV190.95103.76148.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=39.67%
G=33.51%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918514800.160.320.1431.2749.6571.96
HexDBB99401020E1f3248
Octal33327122402040163762110
Binary1101101110111001100101000100001000001110111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB994; }

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

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

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

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

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

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

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

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