Html Css Color HEX #D99C11 Gamboge

📋 copy color: '#D99C11'

red 217 ◦ green 156 ◦ blue 17

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

Shades of Gamboge #D99C11

Tints of Gamboge #D99C11

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40%

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

R = 55.64%
G = 40%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D99C11 (or 0xD99C11) is known color: Gamboge. HEX triplet: D9, 9C and 11. RGB value is (217,156,17). Sum of RGB (Red+Green+Blue) = 217+156+17=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99C11 is #2663EE. Grayscale: #9F9F9F. Windows color (decimal): -2515951 or 1154265. OLE color: 1154265.

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

Color convert

RGB 217 156 17 -
CMYK 0 0.28 0.92 0.15
HSL 41.7º 0.85% 0.46% -
HSV(B) 41.7º 0.92% 0.85% -
XYZ 40.6 38.57 5.83 -
YUV 158.39 48.21 169.8 -
System Red Green Blue C M Y K H S L
Decimal 217 156 17 0 0.28 0.92 0.15 41.7 0.85 0.46
Hex D9 9C 11 0 1C 5C F 2A 55 2E
Octal 331 234 21 0 34 134 17 52 125 56
Binary 11011001 10011100 10001 0 11100 1011100 1111 101010 1010101 101110

Color Harmonies of #D99C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C11

Black with #D99C11

Text Example


Text Example

White with #D99C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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