Html Css Color HEX #AD730D Dark Goldenrod

📋 copy color: '#AD730D'

red 173 ◦ green 115 ◦ blue 13

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

Shades of Dark Goldenrod #AD730D

Tints of Dark Goldenrod #AD730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 57.48%
G = 38.21%
B = 4.32%

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

#AD730D (or 0xAD730D) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 0D. RGB value is (173,115,13). Sum of RGB (Red+Green+Blue) = 173+115+13=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD730D is #528CF2. Grayscale: #797979. Windows color (decimal): -5410035 or 881581. OLE color: 881581.

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

Color convert

RGB 173 115 13 -
CMYK 0 0.34 0.92 0.32
HSL 38.25º 0.86% 0.36% -
HSV(B) 38.25º 0.92% 0.68% -
XYZ 23.44 21.17 3.23 -
YUV 120.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 173 115 13 0 0.34 0.92 0.32 38.25 0.86 0.36
Hex AD 73 D 0 22 5C 20 26 56 24
Octal 255 163 15 0 42 134 40 46 126 44
Binary 10101101 1110011 1101 0 100010 1011100 100000 100110 1010110 100100

Color Harmonies of #AD730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD730D

Black with #AD730D

Text Example


Text Example

White with #AD730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD730D; }

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

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

background-color css

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

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

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

border-color css

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

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

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