Html Css Color HEX #D99309 Gamboge

📋 copy color: '#D99309'

red 217 ◦ green 147 ◦ blue 9

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

Shades of Gamboge #D99309

Tints of Gamboge #D99309

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 58.18%
G = 39.41%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99309 (or 0xD99309) is known color: Gamboge. HEX triplet: D9, 93 and 09. RGB value is (217,147,9). Sum of RGB (Red+Green+Blue) = 217+147+9=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D99309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99309 is #266CF6. Grayscale: #989898. Windows color (decimal): -2518263 or 627673. OLE color: 627673.

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

Color convert

RGB 217 147 9 -
CMYK 0 0.32 0.96 0.15
HSL 39.81º 0.92% 0.44% -
HSV(B) 39.81º 0.96% 0.85% -
XYZ 39.1 35.64 5.08 -
YUV 152.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 217 147 9 0 0.32 0.96 0.15 39.81 0.92 0.44
Hex D9 93 9 0 20 60 F 28 5C 2C
Octal 331 223 11 0 40 140 17 50 134 54
Binary 11011001 10010011 1001 0 100000 1100000 1111 101000 1011100 101100

Color Harmonies of #D99309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99309

Black with #D99309

Text Example


Text Example

White with #D99309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99309; }

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

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

background-color css

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

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

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

border-color css

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

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

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