Html Css Color HEX #D18A04 Dark Goldenrod

📋 copy color: '#D18A04'

red 209 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #D18A04

Tints of Dark Goldenrod #D18A04

RGB

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

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

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

R = 59.54%
G = 39.32%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D18A04 (or 0xD18A04) is known color: Dark Goldenrod. HEX triplet: D1, 8A and 04. RGB value is (209,138,4). Sum of RGB (Red+Green+Blue) = 209+138+4=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A04 is #2E75FB. Grayscale: #909090. Windows color (decimal): -3044860 or 297681. OLE color: 297681.

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

Color convert

RGB 209 138 4 -
CMYK 0 0.34 0.98 0.18
HSL 39.22º 0.96% 0.42% -
HSV(B) 39.22º 0.98% 0.82% -
XYZ 35.4 31.74 4.38 -
YUV 143.95 49.02 174.4 -
System Red Green Blue C M Y K H S L
Decimal 209 138 4 0 0.34 0.98 0.18 39.22 0.96 0.42
Hex D1 8A 4 0 22 62 12 27 60 2A
Octal 321 212 4 0 42 142 22 47 140 52
Binary 11010001 10001010 100 0 100010 1100010 10010 100111 1100000 101010

Color Harmonies of #D18A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A04

Black with #D18A04

Text Example


Text Example

White with #D18A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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