Html Css Color HEX #D99509 Gamboge

📋 copy color: '#D99509'

red 217 ◦ green 149 ◦ blue 9

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

Shades of Gamboge #D99509

Tints of Gamboge #D99509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

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

R = 57.87%
G = 39.73%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99509 (or 0xD99509) is known color: Gamboge. HEX triplet: D9, 95 and 09. RGB value is (217,149,9). Sum of RGB (Red+Green+Blue) = 217+149+9=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D99509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99509 is #266AF6. Grayscale: #9A9A9A. Windows color (decimal): -2517751 or 628185. OLE color: 628185.

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

Color convert

RGB 217 149 9 -
CMYK 0 0.31 0.96 0.15
HSL 40.38º 0.92% 0.44% -
HSV(B) 40.38º 0.96% 0.85% -
XYZ 39.41 36.27 5.18 -
YUV 153.37 46.53 173.38 -
System Red Green Blue C M Y K H S L
Decimal 217 149 9 0 0.31 0.96 0.15 40.38 0.92 0.44
Hex D9 95 9 0 1F 60 F 28 5C 2C
Octal 331 225 11 0 37 140 17 50 134 54
Binary 11011001 10010101 1001 0 11111 1100000 1111 101000 1011100 101100

Color Harmonies of #D99509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99509

Black with #D99509

Text Example


Text Example

White with #D99509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99509; }

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

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

background-color css

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

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

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

border-color css

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

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

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