Html Css Color HEX #A67D0D Dark Goldenrod

📋 copy color: '#A67D0D'

red 166 ◦ green 125 ◦ blue 13

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

Shades of Dark Goldenrod #A67D0D

Tints of Dark Goldenrod #A67D0D

RGB

 RED value IS 166 (65.23% from 255) = 54.61%

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

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

R = 54.61%
G = 41.12%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A67D0D (or 0xA67D0D) is known color: Dark Goldenrod. HEX triplet: A6, 7D and 0D. RGB value is (166,125,13). Sum of RGB (Red+Green+Blue) = 166+125+13=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67D0D is #5982F2. Grayscale: #7C7C7C. Windows color (decimal): -5866227 or 884134. OLE color: 884134.

HSL color Cylindrical-coordinate representation of color #A67D0D: hue angle of 43.92º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A67D0D is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 13 -
CMYK 0 0.25 0.92 0.35
HSL 43.92º 0.85% 0.35% -
HSV(B) 43.92º 0.92% 0.65% -
XYZ 23.13 22.8 3.56 -
YUV 124.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 166 125 13 0 0.25 0.92 0.35 43.92 0.85 0.35
Hex A6 7D D 0 19 5C 23 2C 55 23
Octal 246 175 15 0 31 134 43 54 125 43
Binary 10100110 1111101 1101 0 11001 1011100 100011 101100 1010101 100011

Color Harmonies of #A67D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D0D

Black with #A67D0D

Text Example


Text Example

White with #A67D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D0D; }

 p { color: rgb(166,125,13); }

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

background-color css

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

 a { background-color: rgb(166,125,13); }

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

border-color css

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

 span { border-color: rgb(166,125,13); }

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