Html Css Color HEX #D18C10 Gamboge

📋 copy color: '#D18C10'

red 209 ◦ green 140 ◦ blue 16

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

Shades of Gamboge #D18C10

Tints of Gamboge #D18C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

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

R = 57.26%
G = 38.36%
B = 4.38%

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

#D18C10 (or 0xD18C10) is known color: Gamboge. HEX triplet: D1, 8C and 10. RGB value is (209,140,16). Sum of RGB (Red+Green+Blue) = 209+140+16=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C10 is #2E73EF. Grayscale: #939393. Windows color (decimal): -3044336 or 1084625. OLE color: 1084625.

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

Color convert

RGB 209 140 16 -
CMYK 0 0.33 0.92 0.18
HSL 38.55º 0.86% 0.44% -
HSV(B) 38.55º 0.92% 0.82% -
XYZ 35.77 32.35 4.85 -
YUV 146.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 209 140 16 0 0.33 0.92 0.18 38.55 0.86 0.44
Hex D1 8C 10 0 21 5C 12 27 56 2C
Octal 321 214 20 0 41 134 22 47 126 54
Binary 11010001 10001100 10000 0 100001 1011100 10010 100111 1010110 101100

Color Harmonies of #D18C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C10

Black with #D18C10

Text Example


Text Example

White with #D18C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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