#DBBA99

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

Shades of Pancho #DBBA99

Tints of Pancho #DBBA99

Color information

#DBBA99 (or 0xDBBA99) is unknown color: approx Pancho. HEX triplet: DB, BA and 99. RGB value is (219,186,153). Sum of RGB (Red+Green+Blue) = 219+186+153=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA99 is #244566. Grayscale: #C0C0C0. Windows color (decimal): -2377063 or 10074843. OLE color: 10074843.

HSL color Cylindrical-coordinate representation of color #DBBA99: hue angle of 30º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBBA99 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219186153-
CMYK00.150.300.14
HSL30º47.83%72.94%-
HSV(B)30º30.14%85.88%-
XYZ52.5252.4837.5-
YUV192.1105.93147.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=39.25%
G=33.33%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918615300.150.300.143047.8372.94
HexDBBA990F1EE1e3049
Octal33327223101736163660111
Binary11011011101110101001100101111111101110111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA99; }

 p { color: rgb(219,186,153); }

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

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

 a { background-color: rgb(219,186,153); }

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

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

 span { border-color: rgb(219,186,153); }

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