Html Css Color HEX #D98610 Gamboge

📋 copy color: '#D98610'

red 217 ◦ green 134 ◦ blue 16

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

Shades of Gamboge #D98610

Tints of Gamboge #D98610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

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

R = 59.13%
G = 36.51%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D98610 (or 0xD98610) is known color: Gamboge. HEX triplet: D9, 86 and 10. RGB value is (217,134,16). Sum of RGB (Red+Green+Blue) = 217+134+16=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D98610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98610 is #2679EF. Grayscale: #919191. Windows color (decimal): -2521584 or 1083097. OLE color: 1083097.

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

Color convert

RGB 217 134 16 -
CMYK 0 0.38 0.93 0.15
HSL 35.22º 0.86% 0.46% -
HSV(B) 35.22º 0.93% 0.85% -
XYZ 37.23 31.84 4.67 -
YUV 145.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 217 134 16 0 0.38 0.93 0.15 35.22 0.86 0.46
Hex D9 86 10 0 26 5D F 23 56 2E
Octal 331 206 20 0 46 135 17 43 126 56
Binary 11011001 10000110 10000 0 100110 1011101 1111 100011 1010110 101110

Color Harmonies of #D98610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98610

Black with #D98610

Text Example


Text Example

White with #D98610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98610; }

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

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

background-color css

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

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

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

border-color css

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

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

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