Html Css Color HEX #D08A04 Dark Goldenrod

📋 copy color: '#D08A04'

red 208 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #D08A04

Tints of Dark Goldenrod #D08A04

RGB

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

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

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

R = 59.43%
G = 39.43%
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

#D08A04 (or 0xD08A04) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 04. RGB value is (208,138,4). Sum of RGB (Red+Green+Blue) = 208+138+4=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A04 is #2F75FB. Grayscale: #909090. Windows color (decimal): -3110396 or 297680. OLE color: 297680.

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

Color convert

RGB 208 138 4 -
CMYK 0 0.34 0.98 0.18
HSL 39.41º 0.96% 0.42% -
HSV(B) 39.41º 0.98% 0.82% -
XYZ 35.12 31.6 4.36 -
YUV 143.65 49.19 173.9 -
System Red Green Blue C M Y K H S L
Decimal 208 138 4 0 0.34 0.98 0.18 39.41 0.96 0.42
Hex D0 8A 4 0 22 62 12 27 60 2A
Octal 320 212 4 0 42 142 22 47 140 52
Binary 11010000 10001010 100 0 100010 1100010 10010 100111 1100000 101010

Color Harmonies of #D08A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A04

Black with #D08A04

Text Example


Text Example

White with #D08A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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