Html Css Color HEX #D98913 Gamboge

📋 copy color: '#D98913'

red 217 ◦ green 137 ◦ blue 19

#D98913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #D98913

Tints of Gamboge #D98913

RGB

 RED value IS 217 (85.16% from 255) = 58.18%

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 58.18%
G = 36.73%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D98913 (or 0xD98913) is known color: Gamboge. HEX triplet: D9, 89 and 13. RGB value is (217,137,19). Sum of RGB (Red+Green+Blue) = 217+137+19=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D98913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98913 is #2676EC. Grayscale: #949494. Windows color (decimal): -2520813 or 1280473. OLE color: 1280473.

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

Color convert

RGB 217 137 19 -
CMYK 0 0.37 0.91 0.15
HSL 35.76º 0.84% 0.46% -
HSV(B) 35.76º 0.91% 0.85% -
XYZ 37.68 32.69 4.94 -
YUV 147.47 55.5 177.59 -
System Red Green Blue C M Y K H S L
Decimal 217 137 19 0 0.37 0.91 0.15 35.76 0.84 0.46
Hex D9 89 13 0 25 5B F 24 54 2E
Octal 331 211 23 0 45 133 17 44 124 56
Binary 11011001 10001001 10011 0 100101 1011011 1111 100100 1010100 101110

Color Harmonies of #D98913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98913

Black with #D98913

Text Example


Text Example

White with #D98913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98913; }

 p { color: rgb(217,137,19); }

 H1.HeaderClassName
 {
   color: #D98913;
 }
 .AnyTagClassName
 {
   color: #D98913;
 }
</style>

background-color css

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

 a { background-color: rgb(217,137,19); }

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

border-color css

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

 span { border-color: rgb(217,137,19); }

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