#DB9412

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

Shades of Gamboge #DB9412

Tints of Gamboge #DB9412

Color information

#DB9412 (or 0xDB9412) is unknown color: approx Gamboge. HEX triplet: DB, 94 and 12. RGB value is (219,148,18). Sum of RGB (Red+Green+Blue) = 219+148+18=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9412 is #246BED. Grayscale: #9A9A9A. Windows color (decimal): -2386926 or 1217755. OLE color: 1217755.

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

Color convert

RGB21914818-
CMYK00.320.920.14
HSL38.81º84.81%46.47%-
HSV(B)38.81º91.78%85.88%-
XYZ39.9136.285.47-
YUV154.4151.02174.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.88%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 18 (7.42% from 255) = 4.68%
R=56.88%
G=38.44%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191481800.320.920.1438.8184.8146.47
HexDB94120205CE27552e
Octal33322422040134164712556
Binary1101101110010100100100100000101110011101001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9412; }

 p { color: rgb(219,148,18); }

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

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

 a { background-color: rgb(219,148,18); }

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

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

 span { border-color: rgb(219,148,18); }

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