Html Css Color HEX #D19E10 Gamboge

📋 copy color: '#D19E10'

red 209 ◦ green 158 ◦ blue 16

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

Shades of Gamboge #D19E10

Tints of Gamboge #D19E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 54.57%
G = 41.25%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D19E10 (or 0xD19E10) is known color: Gamboge. HEX triplet: D1, 9E and 10. RGB value is (209,158,16). Sum of RGB (Red+Green+Blue) = 209+158+16=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19E10 is #2E61EF. Grayscale: #9D9D9D. Windows color (decimal): -3039728 or 1089233. OLE color: 1089233.

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

Color convert

RGB 209 158 16 -
CMYK 0 0.24 0.92 0.18
HSL 44.15º 0.86% 0.44% -
HSV(B) 44.15º 0.92% 0.82% -
XYZ 38.61 38.05 5.8 -
YUV 157.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 209 158 16 0 0.24 0.92 0.18 44.15 0.86 0.44
Hex D1 9E 10 0 18 5C 12 2C 56 2C
Octal 321 236 20 0 30 134 22 54 126 54
Binary 11010001 10011110 10000 0 11000 1011100 10010 101100 1010110 101100

Color Harmonies of #D19E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E10

Black with #D19E10

Text Example


Text Example

White with #D19E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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