Html Css Color HEX #D19A04 Gamboge

📋 copy color: '#D19A04'

red 209 ◦ green 154 ◦ blue 4

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

Shades of Gamboge #D19A04

Tints of Gamboge #D19A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 56.95%
G = 41.96%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D19A04 (or 0xD19A04) is known color: Gamboge. HEX triplet: D1, 9A and 04. RGB value is (209,154,4). Sum of RGB (Red+Green+Blue) = 209+154+4=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19A04 is #2E65FB. Grayscale: #9A9A9A. Windows color (decimal): -3040764 or 301777. OLE color: 301777.

HSL color Cylindrical-coordinate representation of color #D19A04: hue angle of 43.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D19A04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 4 -
CMYK 0 0.26 0.98 0.18
HSL 43.9º 0.96% 0.42% -
HSV(B) 43.9º 0.98% 0.82% -
XYZ 37.87 36.68 5.2 -
YUV 153.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 209 154 4 0 0.26 0.98 0.18 43.9 0.96 0.42
Hex D1 9A 4 0 1A 62 12 2C 60 2A
Octal 321 232 4 0 32 142 22 54 140 52
Binary 11010001 10011010 100 0 11010 1100010 10010 101100 1100000 101010

Color Harmonies of #D19A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A04

Black with #D19A04

Text Example


Text Example

White with #D19A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A04; }

 p { color: rgb(209,154,4); }

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

background-color css

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

 a { background-color: rgb(209,154,4); }

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

border-color css

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

 span { border-color: rgb(209,154,4); }

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