Html Css Color HEX #D99311 Gamboge

📋 copy color: '#D99311'

red 217 ◦ green 147 ◦ blue 17

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

Shades of Gamboge #D99311

Tints of Gamboge #D99311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 56.96%
G = 38.58%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D99311 (or 0xD99311) is known color: Gamboge. HEX triplet: D9, 93 and 11. RGB value is (217,147,17). Sum of RGB (Red+Green+Blue) = 217+147+17=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D99311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99311 is #266CEE. Grayscale: #999999. Windows color (decimal): -2518255 or 1151961. OLE color: 1151961.

HSL color Cylindrical-coordinate representation of color #D99311: hue angle of 39º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D99311 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 17 -
CMYK 0 0.32 0.92 0.15
HSL 39º 0.85% 0.46% -
HSV(B) 39º 0.92% 0.85% -
XYZ 39.15 35.66 5.35 -
YUV 153.11 51.19 173.57 -
System Red Green Blue C M Y K H S L
Decimal 217 147 17 0 0.32 0.92 0.15 39 0.85 0.46
Hex D9 93 11 0 20 5C F 27 55 2E
Octal 331 223 21 0 40 134 17 47 125 56
Binary 11011001 10010011 10001 0 100000 1011100 1111 100111 1010101 101110

Color Harmonies of #D99311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99311

Black with #D99311

Text Example


Text Example

White with #D99311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99311; }

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

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

background-color css

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

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

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

border-color css

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

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

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