#D98E14

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

Shades of Gamboge #D98E14

Tints of Gamboge #D98E14

Color information

#D98E14 (or 0xD98E14) is unknown color: approx Gamboge. HEX triplet: D9, 8E and 14. RGB value is (217,142,20). Sum of RGB (Red+Green+Blue) = 217+142+20=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98E14 is #2671EB. Grayscale: #979797. Windows color (decimal): -2519532 or 1347289. OLE color: 1347289.

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

Color convert

RGB21714220-
CMYK00.350.910.15
HSL37.16º83.12%46.47%-
HSV(B)37.16º90.78%85.1%-
XYZ38.4134.155.23-
YUV150.5254.35175.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=57.26%
G=37.47%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171422000.350.910.1537.1683.1246.47
HexD98E140235BF25532e
Octal33121624043133174512356
Binary1101100110001110101000100011101101111111001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E14; }

 p { color: rgb(217,142,20); }

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

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

 a { background-color: rgb(217,142,20); }

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

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

 span { border-color: rgb(217,142,20); }

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