Html Css Color HEX #AD800C Dark Goldenrod

📋 copy color: '#AD800C'

red 173 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #AD800C

Tints of Dark Goldenrod #AD800C

RGB

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

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

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

R = 55.27%
G = 40.89%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD800C (or 0xAD800C) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 0C. RGB value is (173,128,12). Sum of RGB (Red+Green+Blue) = 173+128+12=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD800C is #527FF3. Grayscale: #808080. Windows color (decimal): -5406708 or 819373. OLE color: 819373.

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

Color convert

RGB 173 128 12 -
CMYK 0 0.26 0.93 0.32
HSL 43.23º 0.87% 0.36% -
HSV(B) 43.23º 0.93% 0.68% -
XYZ 25.02 24.35 3.73 -
YUV 128.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 173 128 12 0 0.26 0.93 0.32 43.23 0.87 0.36
Hex AD 80 C 0 1A 5D 20 2B 57 24
Octal 255 200 14 0 32 135 40 53 127 44
Binary 10101101 10000000 1100 0 11010 1011101 100000 101011 1010111 100100

Color Harmonies of #AD800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD800C

Black with #AD800C

Text Example


Text Example

White with #AD800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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