Html Css Color HEX #AD740D Dark Goldenrod

📋 copy color: '#AD740D'

red 173 ◦ green 116 ◦ blue 13

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

Shades of Dark Goldenrod #AD740D

Tints of Dark Goldenrod #AD740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 57.28%
G = 38.41%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD740D (or 0xAD740D) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 0D. RGB value is (173,116,13). Sum of RGB (Red+Green+Blue) = 173+116+13=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD740D is #528BF2. Grayscale: #797979. Windows color (decimal): -5409779 or 881837. OLE color: 881837.

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

Color convert

RGB 173 116 13 -
CMYK 0 0.33 0.92 0.32
HSL 38.63º 0.86% 0.36% -
HSV(B) 38.63º 0.92% 0.68% -
XYZ 23.55 21.4 3.27 -
YUV 121.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 173 116 13 0 0.33 0.92 0.32 38.63 0.86 0.36
Hex AD 74 D 0 21 5C 20 27 56 24
Octal 255 164 15 0 41 134 40 47 126 44
Binary 10101101 1110100 1101 0 100001 1011100 100000 100111 1010110 100100

Color Harmonies of #AD740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD740D

Black with #AD740D

Text Example


Text Example

White with #AD740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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