Html Css Color HEX #D18A08 Dark Goldenrod

📋 copy color: '#D18A08'

red 209 ◦ green 138 ◦ blue 8

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

Shades of Dark Goldenrod #D18A08

Tints of Dark Goldenrod #D18A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 58.87%
G = 38.87%
B = 2.25%

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

#D18A08 (or 0xD18A08) is known color: Dark Goldenrod. HEX triplet: D1, 8A and 08. RGB value is (209,138,8). Sum of RGB (Red+Green+Blue) = 209+138+8=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A08 is #2E75F7. Grayscale: #919191. Windows color (decimal): -3044856 or 559825. OLE color: 559825.

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

Color convert

RGB 209 138 8 -
CMYK 0 0.34 0.96 0.18
HSL 38.81º 0.93% 0.43% -
HSV(B) 38.81º 0.96% 0.82% -
XYZ 35.43 31.75 4.49 -
YUV 144.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 209 138 8 0 0.34 0.96 0.18 38.81 0.93 0.43
Hex D1 8A 8 0 22 60 12 27 5D 2B
Octal 321 212 10 0 42 140 22 47 135 53
Binary 11010001 10001010 1000 0 100010 1100000 10010 100111 1011101 101011

Color Harmonies of #D18A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A08

Black with #D18A08

Text Example


Text Example

White with #D18A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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