Html Css Color HEX #AD720D Dark Goldenrod

📋 copy color: '#AD720D'

red 173 ◦ green 114 ◦ blue 13

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

Shades of Dark Goldenrod #AD720D

Tints of Dark Goldenrod #AD720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 57.67%
G = 38%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD720D (or 0xAD720D) is known color: Dark Goldenrod. HEX triplet: AD, 72 and 0D. RGB value is (173,114,13). Sum of RGB (Red+Green+Blue) = 173+114+13=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD720D is #528DF2. Grayscale: #787878. Windows color (decimal): -5410291 or 881325. OLE color: 881325.

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

Color convert

RGB 173 114 13 -
CMYK 0 0.34 0.92 0.32
HSL 37.88º 0.86% 0.36% -
HSV(B) 37.88º 0.92% 0.68% -
XYZ 23.32 20.95 3.19 -
YUV 120.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 173 114 13 0 0.34 0.92 0.32 37.88 0.86 0.36
Hex AD 72 D 0 22 5C 20 26 56 24
Octal 255 162 15 0 42 134 40 46 126 44
Binary 10101101 1110010 1101 0 100010 1011100 100000 100110 1010110 100100

Color Harmonies of #AD720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD720D

Black with #AD720D

Text Example


Text Example

White with #AD720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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