#D98612

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

Shades of Gamboge #D98612

Tints of Gamboge #D98612

Color information

#D98612 (or 0xD98612) is unknown color: approx Gamboge. HEX triplet: D9, 86 and 12. RGB value is (217,134,18). Sum of RGB (Red+Green+Blue) = 217+134+18=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D98612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98612 is #2679ED. Grayscale: #929292. Windows color (decimal): -2521582 or 1214169. OLE color: 1214169.

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

Color convert

RGB21713418-
CMYK00.380.920.15
HSL34.97º84.68%46.08%-
HSV(B)34.97º91.71%85.1%-
XYZ37.2531.854.76-
YUV145.5956178.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.81%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 18 (7.42% from 255) = 4.88%
R=58.81%
G=36.31%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171341800.380.920.1534.9784.6846.08
HexD986120265CF23552e
Octal33120622046134174312556
Binary1101100110000110100100100110101110011111000111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98612; }

 p { color: rgb(217,134,18); }

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

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

 a { background-color: rgb(217,134,18); }

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

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

 span { border-color: rgb(217,134,18); }

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