Html Css Color HEX #AD840D Dark Goldenrod

📋 copy color: '#AD840D'

red 173 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #AD840D

Tints of Dark Goldenrod #AD840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

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

R = 54.4%
G = 41.51%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD840D (or 0xAD840D) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 0D. RGB value is (173,132,13). Sum of RGB (Red+Green+Blue) = 173+132+13=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD840D is #527BF2. Grayscale: #838383. Windows color (decimal): -5405683 or 885933. OLE color: 885933.

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

Color convert

RGB 173 132 13 -
CMYK 0 0.24 0.92 0.32
HSL 44.63º 0.86% 0.36% -
HSV(B) 44.63º 0.92% 0.68% -
XYZ 25.56 25.42 3.94 -
YUV 130.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 173 132 13 0 0.24 0.92 0.32 44.63 0.86 0.36
Hex AD 84 D 0 18 5C 20 2D 56 24
Octal 255 204 15 0 30 134 40 55 126 44
Binary 10101101 10000100 1101 0 11000 1011100 100000 101101 1010110 100100

Color Harmonies of #AD840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD840D

Black with #AD840D

Text Example


Text Example

White with #AD840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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