Html Css Color HEX #D99111 Gamboge

📋 copy color: '#D99111'

red 217 ◦ green 145 ◦ blue 17

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

Shades of Gamboge #D99111

Tints of Gamboge #D99111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 57.26%
G = 38.26%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D99111 (or 0xD99111) is known color: Gamboge. HEX triplet: D9, 91 and 11. RGB value is (217,145,17). Sum of RGB (Red+Green+Blue) = 217+145+17=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D99111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99111 is #266EEE. Grayscale: #989898. Windows color (decimal): -2518767 or 1151449. OLE color: 1151449.

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

Color convert

RGB 217 145 17 -
CMYK 0 0.33 0.92 0.15
HSL 38.4º 0.85% 0.46% -
HSV(B) 38.4º 0.92% 0.85% -
XYZ 38.84 35.04 5.25 -
YUV 151.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 217 145 17 0 0.33 0.92 0.15 38.4 0.85 0.46
Hex D9 91 11 0 21 5C F 26 55 2E
Octal 331 221 21 0 41 134 17 46 125 56
Binary 11011001 10010001 10001 0 100001 1011100 1111 100110 1010101 101110

Color Harmonies of #D99111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99111

Black with #D99111

Text Example


Text Example

White with #D99111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99111; }

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

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

background-color css

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

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

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

border-color css

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

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

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