Html Css Color HEX #D08A09 Dark Goldenrod

📋 copy color: '#D08A09'

red 208 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #D08A09

Tints of Dark Goldenrod #D08A09

RGB

 RED value IS 208 (81.64% from 255) = 58.59%

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

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

R = 58.59%
G = 38.87%
B = 2.54%

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

#D08A09 (or 0xD08A09) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 09. RGB value is (208,138,9). Sum of RGB (Red+Green+Blue) = 208+138+9=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A09 is #2F75F6. Grayscale: #909090. Windows color (decimal): -3110391 or 625360. OLE color: 625360.

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

Color convert

RGB 208 138 9 -
CMYK 0 0.34 0.96 0.18
HSL 38.89º 0.92% 0.43% -
HSV(B) 38.89º 0.96% 0.82% -
XYZ 35.15 31.61 4.51 -
YUV 144.22 51.69 173.49 -
System Red Green Blue C M Y K H S L
Decimal 208 138 9 0 0.34 0.96 0.18 38.89 0.92 0.43
Hex D0 8A 9 0 22 60 12 27 5C 2B
Octal 320 212 11 0 42 140 22 47 134 53
Binary 11010000 10001010 1001 0 100010 1100000 10010 100111 1011100 101011

Color Harmonies of #D08A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A09

Black with #D08A09

Text Example


Text Example

White with #D08A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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