Html Css Color HEX #AD7914 Dark Goldenrod

📋 copy color: '#AD7914'

red 173 ◦ green 121 ◦ blue 20

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

Shades of Dark Goldenrod #AD7914

Tints of Dark Goldenrod #AD7914

RGB

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

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

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

R = 55.1%
G = 38.54%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7914 (or 0xAD7914) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 14. RGB value is (173,121,20). Sum of RGB (Red+Green+Blue) = 173+121+20=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7914 is #5286EB. Grayscale: #7D7D7D. Windows color (decimal): -5408492 or 1341869. OLE color: 1341869.

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

Color convert

RGB 173 121 20 -
CMYK 0 0.30 0.88 0.32
HSL 39.61º 0.79% 0.38% -
HSV(B) 39.61º 0.88% 0.68% -
XYZ 24.2 22.61 3.75 -
YUV 125.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 173 121 20 0 0.30 0.88 0.32 39.61 0.79 0.38
Hex AD 79 14 0 1E 58 20 28 4F 26
Octal 255 171 24 0 36 130 40 50 117 46
Binary 10101101 1111001 10100 0 11110 1011000 100000 101000 1001111 100110

Color Harmonies of #AD7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7914

Black with #AD7914

Text Example


Text Example

White with #AD7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7914; }

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

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

background-color css

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

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

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

border-color css

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

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

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