Html Css Color HEX #AD7904 Dark Goldenrod

📋 copy color: '#AD7904'

red 173 ◦ green 121 ◦ blue 4

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

Shades of Dark Goldenrod #AD7904

Tints of Dark Goldenrod #AD7904

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

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

R = 58.05%
G = 40.6%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7904 (or 0xAD7904) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 04. RGB value is (173,121,4). Sum of RGB (Red+Green+Blue) = 173+121+4=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7904 is #5286FB. Grayscale: #7B7B7B. Windows color (decimal): -5408508 or 293293. OLE color: 293293.

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

Color convert

RGB 173 121 4 -
CMYK 0 0.30 0.98 0.32
HSL 41.54º 0.95% 0.35% -
HSV(B) 41.54º 0.98% 0.68% -
XYZ 24.09 22.57 3.2 -
YUV 123.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 173 121 4 0 0.30 0.98 0.32 41.54 0.95 0.35
Hex AD 79 4 0 1E 62 20 2A 5F 23
Octal 255 171 4 0 36 142 40 52 137 43
Binary 10101101 1111001 100 0 11110 1100010 100000 101010 1011111 100011

Color Harmonies of #AD7904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7904

Black with #AD7904

Text Example


Text Example

White with #AD7904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7904; }

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

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

background-color css

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

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

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

border-color css

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

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

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