#D98F14

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

Shades of Gamboge #D98F14

Tints of Gamboge #D98F14

Color information

#D98F14 (or 0xD98F14) is unknown color: approx Gamboge. HEX triplet: D9, 8F and 14. RGB value is (217,143,20). Sum of RGB (Red+Green+Blue) = 217+143+20=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F14 is #2670EB. Grayscale: #979797. Windows color (decimal): -2519276 or 1347545. OLE color: 1347545.

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

Color convert

RGB21714320-
CMYK00.340.910.15
HSL37.46º83.12%46.47%-
HSV(B)37.46º90.78%85.1%-
XYZ38.5634.455.28-
YUV151.154.02175-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 20 (8.20% from 255) = 5.26%
R=57.11%
G=37.63%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171432000.340.910.1537.4683.1246.47
HexD98F140225BF25532e
Octal33121724042133174512356
Binary1101100110001111101000100010101101111111001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F14; }

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

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

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

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

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

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

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

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