Html Css Color HEX #AD7404 Dark Goldenrod

📋 copy color: '#AD7404'

red 173 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #AD7404

Tints of Dark Goldenrod #AD7404

RGB

 RED value IS 173 (67.97% from 255) = 59.04%

 GREEN value IS 116 (45.7% from 255) = 39.59%

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

R = 59.04%
G = 39.59%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7404 (or 0xAD7404) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 04. RGB value is (173,116,4). Sum of RGB (Red+Green+Blue) = 173+116+4=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7404 is #528BFB. Grayscale: #787878. Windows color (decimal): -5409788 or 292013. OLE color: 292013.

HSL color Cylindrical-coordinate representation of color #AD7404: hue angle of 39.76º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD7404 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 4 -
CMYK 0 0.33 0.98 0.32
HSL 39.76º 0.95% 0.35% -
HSV(B) 39.76º 0.98% 0.68% -
XYZ 23.5 21.38 3 -
YUV 120.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 173 116 4 0 0.33 0.98 0.32 39.76 0.95 0.35
Hex AD 74 4 0 21 62 20 28 5F 23
Octal 255 164 4 0 41 142 40 50 137 43
Binary 10101101 1110100 100 0 100001 1100010 100000 101000 1011111 100011

Color Harmonies of #AD7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7404

Black with #AD7404

Text Example


Text Example

White with #AD7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7404; }

 p { color: rgb(173,116,4); }

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

background-color css

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

 a { background-color: rgb(173,116,4); }

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

border-color css

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

 span { border-color: rgb(173,116,4); }

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