Html Css Color HEX #D99308 Gamboge

📋 copy color: '#D99308'

red 217 ◦ green 147 ◦ blue 8

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

Shades of Gamboge #D99308

Tints of Gamboge #D99308

RGB

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

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

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

R = 58.33%
G = 39.52%
B = 2.15%

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

#D99308 (or 0xD99308) is known color: Gamboge. HEX triplet: D9, 93 and 08. RGB value is (217,147,8). Sum of RGB (Red+Green+Blue) = 217+147+8=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D99308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99308 is #266CF7. Grayscale: #989898. Windows color (decimal): -2518264 or 562137. OLE color: 562137.

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

Color convert

RGB 217 147 8 -
CMYK 0 0.32 0.96 0.15
HSL 39.9º 0.93% 0.44% -
HSV(B) 39.9º 0.96% 0.85% -
XYZ 39.09 35.64 5.05 -
YUV 152.08 46.69 174.3 -
System Red Green Blue C M Y K H S L
Decimal 217 147 8 0 0.32 0.96 0.15 39.9 0.93 0.44
Hex D9 93 8 0 20 60 F 28 5D 2C
Octal 331 223 10 0 40 140 17 50 135 54
Binary 11011001 10010011 1000 0 100000 1100000 1111 101000 1011101 101100

Color Harmonies of #D99308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99308

Black with #D99308

Text Example


Text Example

White with #D99308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99308; }

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

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

background-color css

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

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

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

border-color css

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

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

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