Html Css Color HEX #D18A09 Dark Goldenrod

📋 copy color: '#D18A09'

red 209 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #D18A09

Tints of Dark Goldenrod #D18A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.53%

R = 58.71%
G = 38.76%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D18A09 (or 0xD18A09) is known color: Dark Goldenrod. HEX triplet: D1, 8A and 09. RGB value is (209,138,9). Sum of RGB (Red+Green+Blue) = 209+138+9=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A09 is #2E75F6. Grayscale: #919191. Windows color (decimal): -3044855 or 625361. OLE color: 625361.

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

Color convert

RGB 209 138 9 -
CMYK 0 0.34 0.96 0.18
HSL 38.7º 0.92% 0.43% -
HSV(B) 38.7º 0.96% 0.82% -
XYZ 35.43 31.75 4.52 -
YUV 144.52 51.52 173.99 -
System Red Green Blue C M Y K H S L
Decimal 209 138 9 0 0.34 0.96 0.18 38.7 0.92 0.43
Hex D1 8A 9 0 22 60 12 27 5C 2B
Octal 321 212 11 0 42 140 22 47 134 53
Binary 11010001 10001010 1001 0 100010 1100000 10010 100111 1011100 101011

Color Harmonies of #D18A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A09

Black with #D18A09

Text Example


Text Example

White with #D18A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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