Html Css Color HEX #D18D11 Gamboge

📋 copy color: '#D18D11'

red 209 ◦ green 141 ◦ blue 17

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

Shades of Gamboge #D18D11

Tints of Gamboge #D18D11

RGB

 RED value IS 209 (82.03% from 255) = 56.95%

 GREEN value IS 141 (55.47% from 255) = 38.42%

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

R = 56.95%
G = 38.42%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D18D11 (or 0xD18D11) is known color: Gamboge. HEX triplet: D1, 8D and 11. RGB value is (209,141,17). Sum of RGB (Red+Green+Blue) = 209+141+17=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18D11 is #2E72EE. Grayscale: #939393. Windows color (decimal): -3044079 or 1150417. OLE color: 1150417.

HSL color Cylindrical-coordinate representation of color #D18D11: hue angle of 38.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D18D11 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 141 17 -
CMYK 0 0.33 0.92 0.18
HSL 38.75º 0.85% 0.44% -
HSV(B) 38.75º 0.92% 0.82% -
XYZ 35.92 32.65 4.94 -
YUV 147.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 209 141 17 0 0.33 0.92 0.18 38.75 0.85 0.44
Hex D1 8D 11 0 21 5C 12 27 55 2C
Octal 321 215 21 0 41 134 22 47 125 54
Binary 11010001 10001101 10001 0 100001 1011100 10010 100111 1010101 101100

Color Harmonies of #D18D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D11

Black with #D18D11

Text Example


Text Example

White with #D18D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D11; }

 p { color: rgb(209,141,17); }

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

background-color css

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

 a { background-color: rgb(209,141,17); }

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

border-color css

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

 span { border-color: rgb(209,141,17); }

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