Html Css Color HEX #D18A10 Gamboge

📋 copy color: '#D18A10'

red 209 ◦ green 138 ◦ blue 16

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

Shades of Gamboge #D18A10

Tints of Gamboge #D18A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 57.58%
G = 38.02%
B = 4.41%

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

#D18A10 (or 0xD18A10) is known color: Gamboge. HEX triplet: D1, 8A and 10. RGB value is (209,138,16). Sum of RGB (Red+Green+Blue) = 209+138+16=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A10 is #2E75EF. Grayscale: #919191. Windows color (decimal): -3044848 or 1084113. OLE color: 1084113.

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

Color convert

RGB 209 138 16 -
CMYK 0 0.34 0.92 0.18
HSL 37.93º 0.86% 0.44% -
HSV(B) 37.93º 0.92% 0.82% -
XYZ 35.48 31.77 4.75 -
YUV 145.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 209 138 16 0 0.34 0.92 0.18 37.93 0.86 0.44
Hex D1 8A 10 0 22 5C 12 26 56 2C
Octal 321 212 20 0 42 134 22 46 126 54
Binary 11010001 10001010 10000 0 100010 1011100 10010 100110 1010110 101100

Color Harmonies of #D18A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A10

Black with #D18A10

Text Example


Text Example

White with #D18A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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