Html Css Color HEX #D99109 Gamboge

📋 copy color: '#D99109'

red 217 ◦ green 145 ◦ blue 9

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

Shades of Gamboge #D99109

Tints of Gamboge #D99109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.43%

R = 58.49%
G = 39.08%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99109 (or 0xD99109) is known color: Gamboge. HEX triplet: D9, 91 and 09. RGB value is (217,145,9). Sum of RGB (Red+Green+Blue) = 217+145+9=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D99109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99109 is #266EF6. Grayscale: #979797. Windows color (decimal): -2518775 or 627161. OLE color: 627161.

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

Color convert

RGB 217 145 9 -
CMYK 0 0.33 0.96 0.15
HSL 39.23º 0.92% 0.44% -
HSV(B) 39.23º 0.96% 0.85% -
XYZ 38.79 35.02 4.97 -
YUV 151.02 47.85 175.06 -
System Red Green Blue C M Y K H S L
Decimal 217 145 9 0 0.33 0.96 0.15 39.23 0.92 0.44
Hex D9 91 9 0 21 60 F 27 5C 2C
Octal 331 221 11 0 41 140 17 47 134 54
Binary 11011001 10010001 1001 0 100001 1100000 1111 100111 1011100 101100

Color Harmonies of #D99109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99109

Black with #D99109

Text Example


Text Example

White with #D99109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99109; }

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

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

background-color css

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

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

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

border-color css

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

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

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