Html Css Color HEX #AD7D00 Dark Goldenrod

📋 copy color: '#AD7D00'

red 173 ◦ green 125 ◦ blue 0

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

Shades of Dark Goldenrod #AD7D00

Tints of Dark Goldenrod #AD7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.05%
G = 41.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD7D00 (or 0xAD7D00) is known color: Dark Goldenrod. HEX triplet: AD, 7D and 00. RGB value is (173,125,0). Sum of RGB (Red+Green+Blue) = 173+125+0=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D00 is #5282FF. Grayscale: #7D7D7D. Windows color (decimal): -5407488 or 32173. OLE color: 32173.

HSL color Cylindrical-coordinate representation of color #AD7D00: hue angle of 43.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD7D00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 125 0 -
CMYK 0 0.28 1 0.32
HSL 43.35º 1% 0.34% -
HSV(B) 43.35º 1% 0.68% -
XYZ 24.57 23.55 3.25 -
YUV 125.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 173 125 0 0 0.28 1 0.32 43.35 1 0.34
Hex AD 7D 0 0 1C 64 20 2B 64 22
Octal 255 175 0 0 34 144 40 53 144 42
Binary 10101101 1111101 0 0 11100 1100100 100000 101011 1100100 100010

Color Harmonies of #AD7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D00

Black with #AD7D00

Text Example


Text Example

White with #AD7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D00; }

 p { color: rgb(173,125,0); }

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

background-color css

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

 a { background-color: rgb(173,125,0); }

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

border-color css

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

 span { border-color: rgb(173,125,0); }

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