#DB9811

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

Shades of Gamboge #DB9811

Tints of Gamboge #DB9811

Color information

#DB9811 (or 0xDB9811) is unknown color: approx Gamboge. HEX triplet: DB, 98 and 11. RGB value is (219,152,17). Sum of RGB (Red+Green+Blue) = 219+152+17=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9811 is #2467EE. Grayscale: #9D9D9D. Windows color (decimal): -2385903 or 1153243. OLE color: 1153243.

HSL color Cylindrical-coordinate representation of color #DB9811: hue angle of 40.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB9811 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB21915217-
CMYK00.310.920.14
HSL40.1º85.59%46.27%-
HSV(B)40.1º92.24%85.88%-
XYZ40.5437.565.64-
YUV156.6449.2172.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.44%
GREEN value IS 152 (59.77% from 255) = 39.18%
BLUE value IS 17 (7.03% from 255) = 4.38%
R=56.44%
G=39.18%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191521700.310.920.1440.185.5946.27
HexDB981101F5CE28562e
Octal33323021037134165012656
Binary110110111001100010001011111101110011101010001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9811; }

 p { color: rgb(219,152,17); }

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

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

 a { background-color: rgb(219,152,17); }

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

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

 span { border-color: rgb(219,152,17); }

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