#DB9A0E

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

Shades of Gamboge #DB9A0E

Tints of Gamboge #DB9A0E

Color information

#DB9A0E (or 0xDB9A0E) is unknown color: approx Gamboge. HEX triplet: DB, 9A and 0E. RGB value is (219,154,14). Sum of RGB (Red+Green+Blue) = 219+154+14=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9A0E is #2465F1. Grayscale: #9E9E9E. Windows color (decimal): -2385394 or 957147. OLE color: 957147.

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

Color convert

RGB21915414-
CMYK00.300.940.14
HSL40.98º87.98%45.69%-
HSV(B)40.98º93.61%85.88%-
XYZ40.8538.25.64-
YUV157.4847.03171.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.59%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 14 (5.86% from 255) = 3.62%
R=56.59%
G=39.79%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191541400.300.940.1440.9887.9845.69
HexDB9AE01E5EE29582e
Octal33323216036136165113056
Binary11011011100110101110011110101111011101010011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A0E; }

 p { color: rgb(219,154,14); }

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

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

 a { background-color: rgb(219,154,14); }

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

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

 span { border-color: rgb(219,154,14); }

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