Html Css Color HEX #AD790F Dark Goldenrod

📋 copy color: '#AD790F'

red 173 ◦ green 121 ◦ blue 15

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

Shades of Dark Goldenrod #AD790F

Tints of Dark Goldenrod #AD790F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 55.99%
G = 39.16%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD790F (or 0xAD790F) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 0F. RGB value is (173,121,15). Sum of RGB (Red+Green+Blue) = 173+121+15=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD790F is #5286F0. Grayscale: #7C7C7C. Windows color (decimal): -5408497 or 1014189. OLE color: 1014189.

HSL color Cylindrical-coordinate representation of color #AD790F: hue angle of 40.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD790F is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 15 -
CMYK 0 0.30 0.91 0.32
HSL 40.25º 0.84% 0.37% -
HSV(B) 40.25º 0.91% 0.68% -
XYZ 24.16 22.59 3.54 -
YUV 124.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 173 121 15 0 0.30 0.91 0.32 40.25 0.84 0.37
Hex AD 79 F 0 1E 5B 20 28 54 25
Octal 255 171 17 0 36 133 40 50 124 45
Binary 10101101 1111001 1111 0 11110 1011011 100000 101000 1010100 100101

Color Harmonies of #AD790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD790F

Black with #AD790F

Text Example


Text Example

White with #AD790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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