#AD800E

Color #AD800E Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AD800E

Tints of Dark Goldenrod #AD800E

Color information

#AD800E (or 0xAD800E) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 80 and 0E. RGB value is (173,128,14). Sum of RGB (Red+Green+Blue) = 173+128+14=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD800E is #527FF1. Grayscale: #808080. Windows color (decimal): -5406706 or 950445. OLE color: 950445.

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

Color convert

RGB17312814-
CMYK00.260.920.32
HSL43.02º85.03%36.67%-
HSV(B)43.02º91.91%67.84%-
XYZ25.0324.353.8-
YUV128.4663.41159.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=54.92%
G=40.63%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731281400.260.920.3243.0285.0336.67
HexAD80E01A5C202b5525
Octal25520016032134405312545
Binary1010110110000000111001101010111001000001010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD800E; }

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

 H1.HeaderClassName
 {
   color: #AD800E;
 }
 .AnyTagClassName
 {
   color: #AD800E;
 }
</style>
background-color css

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

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

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

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

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

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