Html Css Color HEX #D98814 Gamboge

📋 copy color: '#D98814'

red 217 ◦ green 136 ◦ blue 20

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

Shades of Gamboge #D98814

Tints of Gamboge #D98814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 58.18%
G = 36.46%
B = 5.36%

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

#D98814 (or 0xD98814) is known color: Gamboge. HEX triplet: D9, 88 and 14. RGB value is (217,136,20). Sum of RGB (Red+Green+Blue) = 217+136+20=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D98814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98814 is #2677EB. Grayscale: #939393. Windows color (decimal): -2521068 or 1345753. OLE color: 1345753.

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

Color convert

RGB 217 136 20 -
CMYK 0 0.37 0.91 0.15
HSL 35.33º 0.83% 0.46% -
HSV(B) 35.33º 0.91% 0.85% -
XYZ 37.55 32.41 4.94 -
YUV 147 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 217 136 20 0 0.37 0.91 0.15 35.33 0.83 0.46
Hex D9 88 14 0 25 5B F 23 53 2E
Octal 331 210 24 0 45 133 17 43 123 56
Binary 11011001 10001000 10100 0 100101 1011011 1111 100011 1010011 101110

Color Harmonies of #D98814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98814

Black with #D98814

Text Example


Text Example

White with #D98814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98814; }

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

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

background-color css

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

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

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

border-color css

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

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

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