#DBB89B

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

Shades of Pancho #DBB89B

Tints of Pancho #DBB89B

Color information

#DBB89B (or 0xDBB89B) is unknown color: approx Pancho. HEX triplet: DB, B8 and 9B. RGB value is (219,184,155). Sum of RGB (Red+Green+Blue) = 219+184+155=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB89B is #244764. Grayscale: #BFBFBF. Windows color (decimal): -2377573 or 10205403. OLE color: 10205403.

HSL color Cylindrical-coordinate representation of color #DBB89B: hue angle of 27.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB89B is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219184155-
CMYK00.160.290.14
HSL27.19º47.06%73.33%-
HSV(B)27.19º29.22%85.88%-
XYZ52.2751.7138.24-
YUV191.16107.6147.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=39.25%
G=32.97%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918415500.160.290.1427.1947.0673.33
HexDBB89B0101DE1b2f49
Octal33327023302035163357111
Binary110110111011100010011011010000111011110110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB89B; }

 p { color: rgb(219,184,155); }

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

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

 a { background-color: rgb(219,184,155); }

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

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

 span { border-color: rgb(219,184,155); }

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