Html Css Color HEX #D98F10 Gamboge

📋 copy color: '#D98F10'

red 217 ◦ green 143 ◦ blue 16

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

Shades of Gamboge #D98F10

Tints of Gamboge #D98F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 57.71%
G = 38.03%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D98F10 (or 0xD98F10) is known color: Gamboge. HEX triplet: D9, 8F and 10. RGB value is (217,143,16). Sum of RGB (Red+Green+Blue) = 217+143+16=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F10 is #2670EF. Grayscale: #979797. Windows color (decimal): -2519280 or 1085401. OLE color: 1085401.

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

Color convert

RGB 217 143 16 -
CMYK 0 0.34 0.93 0.15
HSL 37.91º 0.86% 0.46% -
HSV(B) 37.91º 0.93% 0.85% -
XYZ 38.53 34.43 5.11 -
YUV 150.65 52.02 175.33 -
System Red Green Blue C M Y K H S L
Decimal 217 143 16 0 0.34 0.93 0.15 37.91 0.86 0.46
Hex D9 8F 10 0 22 5D F 26 56 2E
Octal 331 217 20 0 42 135 17 46 126 56
Binary 11011001 10001111 10000 0 100010 1011101 1111 100110 1010110 101110

Color Harmonies of #D98F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F10

Black with #D98F10

Text Example


Text Example

White with #D98F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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