Html Css Color HEX #D99408 Gamboge

📋 copy color: '#D99408'

red 217 ◦ green 148 ◦ blue 8

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

Shades of Gamboge #D99408

Tints of Gamboge #D99408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 58.18%
G = 39.68%
B = 2.14%

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

#D99408 (or 0xD99408) is known color: Gamboge. HEX triplet: D9, 94 and 08. RGB value is (217,148,8). Sum of RGB (Red+Green+Blue) = 217+148+8=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D99408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99408 is #266BF7. Grayscale: #999999. Windows color (decimal): -2518008 or 562393. OLE color: 562393.

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

Color convert

RGB 217 148 8 -
CMYK 0 0.32 0.96 0.15
HSL 40.19º 0.93% 0.44% -
HSV(B) 40.19º 0.96% 0.85% -
XYZ 39.25 35.95 5.1 -
YUV 152.67 46.36 173.88 -
System Red Green Blue C M Y K H S L
Decimal 217 148 8 0 0.32 0.96 0.15 40.19 0.93 0.44
Hex D9 94 8 0 20 60 F 28 5D 2C
Octal 331 224 10 0 40 140 17 50 135 54
Binary 11011001 10010100 1000 0 100000 1100000 1111 101000 1011101 101100

Color Harmonies of #D99408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99408

Black with #D99408

Text Example


Text Example

White with #D99408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99408; }

 p { color: rgb(217,148,8); }

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

background-color css

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

 a { background-color: rgb(217,148,8); }

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

border-color css

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

 span { border-color: rgb(217,148,8); }

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