Html Css Color HEX #D18D04 Gamboge

📋 copy color: '#D18D04'

red 209 ◦ green 141 ◦ blue 4

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

Shades of Gamboge #D18D04

Tints of Gamboge #D18D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

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

R = 59.04%
G = 39.83%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D18D04 (or 0xD18D04) is known color: Gamboge. HEX triplet: D1, 8D and 04. RGB value is (209,141,4). Sum of RGB (Red+Green+Blue) = 209+141+4=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18D04 is #2E72FB. Grayscale: #929292. Windows color (decimal): -3044092 or 298449. OLE color: 298449.

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

Color convert

RGB 209 141 4 -
CMYK 0 0.33 0.98 0.18
HSL 40.1º 0.96% 0.42% -
HSV(B) 40.1º 0.98% 0.82% -
XYZ 35.84 32.61 4.52 -
YUV 145.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 209 141 4 0 0.33 0.98 0.18 40.1 0.96 0.42
Hex D1 8D 4 0 21 62 12 28 60 2A
Octal 321 215 4 0 41 142 22 50 140 52
Binary 11010001 10001101 100 0 100001 1100010 10010 101000 1100000 101010

Color Harmonies of #D18D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D04

Black with #D18D04

Text Example


Text Example

White with #D18D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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