Html Css Color HEX #AD7414 Dark Goldenrod

📋 copy color: '#AD7414'

red 173 ◦ green 116 ◦ blue 20

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

Shades of Dark Goldenrod #AD7414

Tints of Dark Goldenrod #AD7414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 55.99%
G = 37.54%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7414 (or 0xAD7414) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 14. RGB value is (173,116,20). Sum of RGB (Red+Green+Blue) = 173+116+20=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7414 is #528BEB. Grayscale: #7A7A7A. Windows color (decimal): -5409772 or 1340589. OLE color: 1340589.

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

Color convert

RGB 173 116 20 -
CMYK 0 0.33 0.88 0.32
HSL 37.65º 0.79% 0.38% -
HSV(B) 37.65º 0.88% 0.68% -
XYZ 23.61 21.43 3.55 -
YUV 122.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 173 116 20 0 0.33 0.88 0.32 37.65 0.79 0.38
Hex AD 74 14 0 21 58 20 26 4F 26
Octal 255 164 24 0 41 130 40 46 117 46
Binary 10101101 1110100 10100 0 100001 1011000 100000 100110 1001111 100110

Color Harmonies of #AD7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7414

Black with #AD7414

Text Example


Text Example

White with #AD7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7414; }

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

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

background-color css

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

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

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

border-color css

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

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

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