Html Css Color HEX #D99116 Gamboge

📋 copy color: '#D99116'

red 217 ◦ green 145 ◦ blue 22

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

Shades of Gamboge #D99116

Tints of Gamboge #D99116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 56.51%
G = 37.76%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99116 (or 0xD99116) is known color: Gamboge. HEX triplet: D9, 91 and 16. RGB value is (217,145,22). Sum of RGB (Red+Green+Blue) = 217+145+22=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D99116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99116 is #266EE9. Grayscale: #999999. Windows color (decimal): -2518762 or 1479129. OLE color: 1479129.

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

Color convert

RGB 217 145 22 -
CMYK 0 0.33 0.90 0.15
HSL 37.85º 0.82% 0.47% -
HSV(B) 37.85º 0.9% 0.85% -
XYZ 38.89 35.06 5.48 -
YUV 152.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 217 145 22 0 0.33 0.90 0.15 37.85 0.82 0.47
Hex D9 91 16 0 21 5A F 26 52 2F
Octal 331 221 26 0 41 132 17 46 122 57
Binary 11011001 10010001 10110 0 100001 1011010 1111 100110 1010010 101111

Color Harmonies of #D99116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99116

Black with #D99116

Text Example


Text Example

White with #D99116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99116; }

 p { color: rgb(217,145,22); }

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

background-color css

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

 a { background-color: rgb(217,145,22); }

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

border-color css

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

 span { border-color: rgb(217,145,22); }

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