#DB860F

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

Shades of Gamboge #DB860F

Tints of Gamboge #DB860F

Color information

#DB860F (or 0xDB860F) is unknown color: approx Gamboge. HEX triplet: DB, 86 and 0F. RGB value is (219,134,15). Sum of RGB (Red+Green+Blue) = 219+134+15=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB860F is #2479F0. Grayscale: #929292. Windows color (decimal): -2390513 or 1017563. OLE color: 1017563.

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

Color convert

RGB21913415-
CMYK00.390.930.14
HSL35º87.18%45.88%-
HSV(B)35º93.15%85.88%-
XYZ37.8232.144.66-
YUV145.8554.16180.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 15 (6.25% from 255) = 4.08%
R=59.51%
G=36.41%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191341500.390.930.143587.1845.88
HexDB86F0275DE23572e
Octal33320617047135164312756
Binary110110111000011011110100111101110111101000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB860F; }

 p { color: rgb(219,134,15); }

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

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

 a { background-color: rgb(219,134,15); }

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

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

 span { border-color: rgb(219,134,15); }

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