Html Css Color HEX #A97D0C Dark Goldenrod

📋 copy color: '#A97D0C'

red 169 ◦ green 125 ◦ blue 12

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

Shades of Dark Goldenrod #A97D0C

Tints of Dark Goldenrod #A97D0C

RGB

 RED value IS 169 (66.41% from 255) = 55.23%

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 55.23%
G = 40.85%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A97D0C (or 0xA97D0C) is known color: Dark Goldenrod. HEX triplet: A9, 7D and 0C. RGB value is (169,125,12). Sum of RGB (Red+Green+Blue) = 169+125+12=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97D0C is #5682F3. Grayscale: #7D7D7D. Windows color (decimal): -5669620 or 818601. OLE color: 818601.

HSL color Cylindrical-coordinate representation of color #A97D0C: hue angle of 43.18º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A97D0C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 125 12 -
CMYK 0 0.26 0.93 0.34
HSL 43.18º 0.87% 0.35% -
HSV(B) 43.18º 0.93% 0.66% -
XYZ 23.76 23.13 3.56 -
YUV 125.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 169 125 12 0 0.26 0.93 0.34 43.18 0.87 0.35
Hex A9 7D C 0 1A 5D 22 2B 57 23
Octal 251 175 14 0 32 135 42 53 127 43
Binary 10101001 1111101 1100 0 11010 1011101 100010 101011 1010111 100011

Color Harmonies of #A97D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D0C

Black with #A97D0C

Text Example


Text Example

White with #A97D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D0C; }

 p { color: rgb(169,125,12); }

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

background-color css

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

 a { background-color: rgb(169,125,12); }

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

border-color css

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

 span { border-color: rgb(169,125,12); }

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