Html Css Color HEX #AD800D Dark Goldenrod

📋 copy color: '#AD800D'

red 173 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #AD800D

Tints of Dark Goldenrod #AD800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

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

R = 55.1%
G = 40.76%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD800D (or 0xAD800D) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 0D. RGB value is (173,128,13). Sum of RGB (Red+Green+Blue) = 173+128+13=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD800D is #527FF2. Grayscale: #808080. Windows color (decimal): -5406707 or 884909. OLE color: 884909.

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

Color convert

RGB 173 128 13 -
CMYK 0 0.26 0.92 0.32
HSL 43.13º 0.86% 0.36% -
HSV(B) 43.13º 0.92% 0.68% -
XYZ 25.03 24.35 3.76 -
YUV 128.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 173 128 13 0 0.26 0.92 0.32 43.13 0.86 0.36
Hex AD 80 D 0 1A 5C 20 2B 56 24
Octal 255 200 15 0 32 134 40 53 126 44
Binary 10101101 10000000 1101 0 11010 1011100 100000 101011 1010110 100100

Color Harmonies of #AD800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD800D

Black with #AD800D

Text Example


Text Example

White with #AD800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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