#DB9C11

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

Shades of Gamboge #DB9C11

Tints of Gamboge #DB9C11

Color information

#DB9C11 (or 0xDB9C11) is unknown color: approx Gamboge. HEX triplet: DB, 9C and 11. RGB value is (219,156,17). Sum of RGB (Red+Green+Blue) = 219+156+17=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C11 is #2463EE. Grayscale: #9F9F9F. Windows color (decimal): -2384879 or 1154267. OLE color: 1154267.

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

Color convert

RGB21915617-
CMYK00.290.920.14
HSL41.29º85.59%46.27%-
HSV(B)41.29º92.24%85.88%-
XYZ41.238.885.86-
YUV158.9947.87170.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.87%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 17 (7.03% from 255) = 4.34%
R=55.87%
G=39.80%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191561700.290.920.1441.2985.5946.27
HexDB9C1101D5CE29562e
Octal33323421035134165112656
Binary110110111001110010001011101101110011101010011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9C11; }

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

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

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

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

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

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

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

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