#DB9212

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

Shades of Gamboge #DB9212

Tints of Gamboge #DB9212

Color information

#DB9212 (or 0xDB9212) is unknown color: approx Gamboge. HEX triplet: DB, 92 and 12. RGB value is (219,146,18). Sum of RGB (Red+Green+Blue) = 219+146+18=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9212 is #246DED. Grayscale: #999999. Windows color (decimal): -2387438 or 1217243. OLE color: 1217243.

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

Color convert

RGB21914618-
CMYK00.330.920.14
HSL38.21º84.81%46.47%-
HSV(B)38.21º91.78%85.88%-
XYZ39.635.665.37-
YUV153.2351.68174.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.18%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 18 (7.42% from 255) = 4.70%
R=57.18%
G=38.12%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191461800.330.920.1438.2184.8146.47
HexDB92120215CE26552e
Octal33322222041134164612556
Binary1101101110010010100100100001101110011101001101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9212; }

 p { color: rgb(219,146,18); }

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

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

 a { background-color: rgb(219,146,18); }

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

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

 span { border-color: rgb(219,146,18); }

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