#DB9C04

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

Shades of Gamboge #DB9C04

Tints of Gamboge #DB9C04

Color information

#DB9C04 (or 0xDB9C04) is unknown color: approx Gamboge. HEX triplet: DB, 9C and 04. RGB value is (219,156,4). Sum of RGB (Red+Green+Blue) = 219+156+4=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C04 is #2463FB. Grayscale: #9E9E9E. Windows color (decimal): -2384892 or 302299. OLE color: 302299.

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

Color convert

RGB2191564-
CMYK00.290.980.14
HSL42.42º96.41%43.73%-
HSV(B)42.42º98.17%85.88%-
XYZ41.1238.855.45-
YUV157.5141.37171.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.78%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 4 (1.95% from 255) = 1.06%
R=57.78%
G=41.16%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219156400.290.980.1442.4296.4143.73
HexDB9C401D62E2a602c
Octal3332344035142165214054
Binary1101101110011100100011101110001011101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9C04; }

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

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

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

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

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

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

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

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