Html Css Color HEX #D99809 Gamboge

📋 copy color: '#D99809'

red 217 ◦ green 152 ◦ blue 9

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

Shades of Gamboge #D99809

Tints of Gamboge #D99809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 57.41%
G = 40.21%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99809 (or 0xD99809) is known color: Gamboge. HEX triplet: D9, 98 and 09. RGB value is (217,152,9). Sum of RGB (Red+Green+Blue) = 217+152+9=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D99809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99809 is #2667F6. Grayscale: #9B9B9B. Windows color (decimal): -2516983 or 628953. OLE color: 628953.

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

Color convert

RGB 217 152 9 -
CMYK 0 0.30 0.96 0.15
HSL 41.25º 0.92% 0.44% -
HSV(B) 41.25º 0.96% 0.85% -
XYZ 39.89 37.23 5.34 -
YUV 155.13 45.53 172.13 -
System Red Green Blue C M Y K H S L
Decimal 217 152 9 0 0.30 0.96 0.15 41.25 0.92 0.44
Hex D9 98 9 0 1E 60 F 29 5C 2C
Octal 331 230 11 0 36 140 17 51 134 54
Binary 11011001 10011000 1001 0 11110 1100000 1111 101001 1011100 101100

Color Harmonies of #D99809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99809

Black with #D99809

Text Example


Text Example

White with #D99809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99809; }

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

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

background-color css

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

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

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

border-color css

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

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

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