#DB8510

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

Shades of Gamboge #DB8510

Tints of Gamboge #DB8510

Color information

#DB8510 (or 0xDB8510) is unknown color: approx Gamboge. HEX triplet: DB, 85 and 10. RGB value is (219,133,16). Sum of RGB (Red+Green+Blue) = 219+133+16=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8510 is #247AEF. Grayscale: #919191. Windows color (decimal): -2390768 or 1082843. OLE color: 1082843.

HSL color Cylindrical-coordinate representation of color #DB8510: hue angle of 34.58º degrees, saturation: 0.86, 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 #DB8510 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB21913316-
CMYK00.390.930.14
HSL34.58º86.38%46.08%-
HSV(B)34.58º92.69%85.88%-
XYZ37.6931.874.66-
YUV145.3854.99180.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 16 (6.64% from 255) = 4.35%
R=59.51%
G=36.14%
B=4.35%

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
Decimal2191331600.390.930.1434.5886.3846.08
HexDB85100275DE23562e
Octal33320520047135164312656
Binary1101101110000101100000100111101110111101000111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8510; }

 p { color: rgb(219,133,16); }

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

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

 a { background-color: rgb(219,133,16); }

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

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

 span { border-color: rgb(219,133,16); }

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