#DB910C

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

Shades of Gamboge #DB910C

Tints of Gamboge #DB910C

Color information

#DB910C (or 0xDB910C) is unknown color: approx Gamboge. HEX triplet: DB, 91 and 0C. RGB value is (219,145,12). Sum of RGB (Red+Green+Blue) = 219+145+12=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB910C is #246EF3. Grayscale: #989898. Windows color (decimal): -2387700 or 823771. OLE color: 823771.

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

Color convert

RGB21914512-
CMYK00.340.950.14
HSL38.55º89.61%45.29%-
HSV(B)38.55º94.52%85.88%-
XYZ39.4135.345.09-
YUV151.9649.02175.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.24%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 12 (5.08% from 255) = 3.19%
R=58.24%
G=38.56%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191451200.340.950.1438.5589.6145.29
HexDB91C0225FE275a2d
Octal33322114042137164713255
Binary110110111001000111000100010101111111101001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB910C; }

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

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

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

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

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

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

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

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