Html Css Color HEX #AD7F0D Dark Goldenrod

📋 copy color: '#AD7F0D'

red 173 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #AD7F0D

Tints of Dark Goldenrod #AD7F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

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

R = 55.27%
G = 40.58%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD7F0D (or 0xAD7F0D) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 0D. RGB value is (173,127,13). Sum of RGB (Red+Green+Blue) = 173+127+13=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F0D is #5280F2. Grayscale: #808080. Windows color (decimal): -5406963 or 884653. OLE color: 884653.

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

Color convert

RGB 173 127 13 -
CMYK 0 0.27 0.92 0.32
HSL 42.75º 0.86% 0.36% -
HSV(B) 42.75º 0.92% 0.68% -
XYZ 24.9 24.09 3.72 -
YUV 127.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 173 127 13 0 0.27 0.92 0.32 42.75 0.86 0.36
Hex AD 7F D 0 1B 5C 20 2B 56 24
Octal 255 177 15 0 33 134 40 53 126 44
Binary 10101101 1111111 1101 0 11011 1011100 100000 101011 1010110 100100

Color Harmonies of #AD7F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F0D

Black with #AD7F0D

Text Example


Text Example

White with #AD7F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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