Html Css Color HEX #D98812 Gamboge

📋 copy color: '#D98812'

red 217 ◦ green 136 ◦ blue 18

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

Shades of Gamboge #D98812

Tints of Gamboge #D98812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 58.49%
G = 36.66%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D98812 (or 0xD98812) is known color: Gamboge. HEX triplet: D9, 88 and 12. RGB value is (217,136,18). Sum of RGB (Red+Green+Blue) = 217+136+18=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D98812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98812 is #2677ED. Grayscale: #939393. Windows color (decimal): -2521070 or 1214681. OLE color: 1214681.

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

Color convert

RGB 217 136 18 -
CMYK 0 0.37 0.92 0.15
HSL 35.58º 0.85% 0.46% -
HSV(B) 35.58º 0.92% 0.85% -
XYZ 37.53 32.4 4.85 -
YUV 146.77 55.34 178.09 -
System Red Green Blue C M Y K H S L
Decimal 217 136 18 0 0.37 0.92 0.15 35.58 0.85 0.46
Hex D9 88 12 0 25 5C F 24 55 2E
Octal 331 210 22 0 45 134 17 44 125 56
Binary 11011001 10001000 10010 0 100101 1011100 1111 100100 1010101 101110

Color Harmonies of #D98812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98812

Black with #D98812

Text Example


Text Example

White with #D98812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98812; }

 p { color: rgb(217,136,18); }

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

background-color css

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

 a { background-color: rgb(217,136,18); }

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

border-color css

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

 span { border-color: rgb(217,136,18); }

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