Html Css Color HEX #D18A11 Gamboge

📋 copy color: '#D18A11'

red 209 ◦ green 138 ◦ blue 17

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

Shades of Gamboge #D18A11

Tints of Gamboge #D18A11

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

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

R = 57.42%
G = 37.91%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D18A11 (or 0xD18A11) is known color: Gamboge. HEX triplet: D1, 8A and 11. RGB value is (209,138,17). Sum of RGB (Red+Green+Blue) = 209+138+17=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A11 is #2E75EE. Grayscale: #919191. Windows color (decimal): -3044847 or 1149649. OLE color: 1149649.

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

Color convert

RGB 209 138 17 -
CMYK 0 0.34 0.92 0.18
HSL 37.81º 0.85% 0.44% -
HSV(B) 37.81º 0.92% 0.82% -
XYZ 35.48 31.77 4.79 -
YUV 145.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 209 138 17 0 0.34 0.92 0.18 37.81 0.85 0.44
Hex D1 8A 11 0 22 5C 12 26 55 2C
Octal 321 212 21 0 42 134 22 46 125 54
Binary 11010001 10001010 10001 0 100010 1011100 10010 100110 1010101 101100

Color Harmonies of #D18A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A11

Black with #D18A11

Text Example


Text Example

White with #D18A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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