Html Css Color HEX #D99511 Gamboge

📋 copy color: '#D99511'

red 217 ◦ green 149 ◦ blue 17

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

Shades of Gamboge #D99511

Tints of Gamboge #D99511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

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

R = 56.66%
G = 38.9%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D99511 (or 0xD99511) is known color: Gamboge. HEX triplet: D9, 95 and 11. RGB value is (217,149,17). Sum of RGB (Red+Green+Blue) = 217+149+17=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D99511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99511 is #266AEE. Grayscale: #9A9A9A. Windows color (decimal): -2517743 or 1152473. OLE color: 1152473.

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

Color convert

RGB 217 149 17 -
CMYK 0 0.31 0.92 0.15
HSL 39.6º 0.85% 0.46% -
HSV(B) 39.6º 0.92% 0.85% -
XYZ 39.46 36.29 5.45 -
YUV 154.28 50.53 172.73 -
System Red Green Blue C M Y K H S L
Decimal 217 149 17 0 0.31 0.92 0.15 39.6 0.85 0.46
Hex D9 95 11 0 1F 5C F 28 55 2E
Octal 331 225 21 0 37 134 17 50 125 56
Binary 11011001 10010101 10001 0 11111 1011100 1111 101000 1010101 101110

Color Harmonies of #D99511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99511

Black with #D99511

Text Example


Text Example

White with #D99511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99511; }

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

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

background-color css

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

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

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

border-color css

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

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

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