Html Css Color HEX #AD790D Dark Goldenrod

📋 copy color: '#AD790D'

red 173 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #AD790D

Tints of Dark Goldenrod #AD790D

RGB

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

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

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

R = 56.35%
G = 39.41%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD790D (or 0xAD790D) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 0D. RGB value is (173,121,13). Sum of RGB (Red+Green+Blue) = 173+121+13=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD790D is #5286F2. Grayscale: #7C7C7C. Windows color (decimal): -5408499 or 883117. OLE color: 883117.

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

Color convert

RGB 173 121 13 -
CMYK 0 0.30 0.92 0.32
HSL 40.5º 0.86% 0.36% -
HSV(B) 40.5º 0.92% 0.68% -
XYZ 24.14 22.59 3.47 -
YUV 124.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 173 121 13 0 0.30 0.92 0.32 40.5 0.86 0.36
Hex AD 79 D 0 1E 5C 20 28 56 24
Octal 255 171 15 0 36 134 40 50 126 44
Binary 10101101 1111001 1101 0 11110 1011100 100000 101000 1010110 100100

Color Harmonies of #AD790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD790D

Black with #AD790D

Text Example


Text Example

White with #AD790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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