#DB9F00

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

Shades of Gamboge #DB9F00

Tints of Gamboge #DB9F00

Color information

#DB9F00 (or 0xDB9F00) is unknown color: approx Gamboge. HEX triplet: DB, 9F and 00. RGB value is (219,159,0). Sum of RGB (Red+Green+Blue) = 219+159+0=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F00 is #2460FF. Grayscale: #9F9F9F. Windows color (decimal): -2384128 or 40923. OLE color: 40923.

HSL color Cylindrical-coordinate representation of color #DB9F00: hue angle of 43.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB9F00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB2191590-
CMYK00.2710.14
HSL43.56º100%42.94%-
HSV(B)43.56º100%85.88%-
XYZ41.6139.865.5-
YUV158.8138.38170.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.94%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.94%
G=42.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219159000.2710.1443.5610042.94
HexDB9F001B64E2c642b
Octal3332370033144165414453
Binary11011011100111110011011110010011101011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F00; }

 p { color: rgb(219,159,0); }

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

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

 a { background-color: rgb(219,159,0); }

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

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

 span { border-color: rgb(219,159,0); }

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