Html Css Color HEX #D99F09 Gamboge

📋 copy color: '#D99F09'

red 217 ◦ green 159 ◦ blue 9

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

Shades of Gamboge #D99F09

Tints of Gamboge #D99F09

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

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

R = 56.36%
G = 41.3%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99F09 (or 0xD99F09) is known color: Gamboge. HEX triplet: D9, 9F and 09. RGB value is (217,159,9). Sum of RGB (Red+Green+Blue) = 217+159+9=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99F09 is #2660F6. Grayscale: #9F9F9F. Windows color (decimal): -2515191 or 630745. OLE color: 630745.

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

Color convert

RGB 217 159 9 -
CMYK 0 0.27 0.96 0.15
HSL 43.27º 0.92% 0.44% -
HSV(B) 43.27º 0.96% 0.85% -
XYZ 41.06 39.57 5.73 -
YUV 159.24 43.22 169.2 -
System Red Green Blue C M Y K H S L
Decimal 217 159 9 0 0.27 0.96 0.15 43.27 0.92 0.44
Hex D9 9F 9 0 1B 60 F 2B 5C 2C
Octal 331 237 11 0 33 140 17 53 134 54
Binary 11011001 10011111 1001 0 11011 1100000 1111 101011 1011100 101100

Color Harmonies of #D99F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F09

Black with #D99F09

Text Example


Text Example

White with #D99F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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