Html Css Color HEX #D98915 Gamboge

📋 copy color: '#D98915'

red 217 ◦ green 137 ◦ blue 21

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

Shades of Gamboge #D98915

Tints of Gamboge #D98915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 57.87%
G = 36.53%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98915 (or 0xD98915) is known color: Gamboge. HEX triplet: D9, 89 and 15. RGB value is (217,137,21). Sum of RGB (Red+Green+Blue) = 217+137+21=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D98915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98915 is #2676EA. Grayscale: #949494. Windows color (decimal): -2520811 or 1411545. OLE color: 1411545.

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

Color convert

RGB 217 137 21 -
CMYK 0 0.37 0.90 0.15
HSL 35.51º 0.82% 0.47% -
HSV(B) 35.51º 0.9% 0.85% -
XYZ 37.7 32.7 5.03 -
YUV 147.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 217 137 21 0 0.37 0.90 0.15 35.51 0.82 0.47
Hex D9 89 15 0 25 5A F 24 52 2F
Octal 331 211 25 0 45 132 17 44 122 57
Binary 11011001 10001001 10101 0 100101 1011010 1111 100100 1010010 101111

Color Harmonies of #D98915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98915

Black with #D98915

Text Example


Text Example

White with #D98915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98915; }

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

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

background-color css

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

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

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

border-color css

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

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

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