#DB8A0E

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

Shades of Gamboge #DB8A0E

Tints of Gamboge #DB8A0E

Color information

#DB8A0E (or 0xDB8A0E) is unknown color: approx Gamboge. HEX triplet: DB, 8A and 0E. RGB value is (219,138,14). Sum of RGB (Red+Green+Blue) = 219+138+14=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A0E is #2475F1. Grayscale: #949494. Windows color (decimal): -2389490 or 953051. OLE color: 953051.

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

Color convert

RGB21913814-
CMYK00.370.940.14
HSL36.29º87.98%45.69%-
HSV(B)36.29º93.61%85.88%-
XYZ38.3833.274.81-
YUV148.0852.34178.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.03%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 14 (5.86% from 255) = 3.77%
R=59.03%
G=37.20%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191381400.370.940.1436.2987.9845.69
HexDB8AE0255EE24582e
Octal33321216045136164413056
Binary110110111000101011100100101101111011101001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A0E; }

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

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

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

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

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

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

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

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