#DB8E0C

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

Shades of Gamboge #DB8E0C

Tints of Gamboge #DB8E0C

Color information

#DB8E0C (or 0xDB8E0C) is unknown color: approx Gamboge. HEX triplet: DB, 8E and 0C. RGB value is (219,142,12). Sum of RGB (Red+Green+Blue) = 219+142+12=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8E0C is #2471F3. Grayscale: #969696. Windows color (decimal): -2388468 or 823003. OLE color: 823003.

HSL color Cylindrical-coordinate representation of color #DB8E0C: hue angle of 37.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB8E0C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB21914212-
CMYK00.350.950.14
HSL37.68º89.61%45.29%-
HSV(B)37.68º94.52%85.88%-
XYZ38.9534.434.94-
YUV150.250.01177.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 12 (5.08% from 255) = 3.22%
R=58.71%
G=38.07%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191421200.350.950.1437.6889.6145.29
HexDB8EC0235FE265a2d
Octal33321614043137164613255
Binary110110111000111011000100011101111111101001101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E0C; }

 p { color: rgb(219,142,12); }

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

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

 a { background-color: rgb(219,142,12); }

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

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

 span { border-color: rgb(219,142,12); }

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