Html Css Color HEX #AD780E Dark Goldenrod

📋 copy color: '#AD780E'

red 173 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #AD780E

Tints of Dark Goldenrod #AD780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 56.35%
G = 39.09%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD780E (or 0xAD780E) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 0E. RGB value is (173,120,14). Sum of RGB (Red+Green+Blue) = 173+120+14=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD780E is #5287F1. Grayscale: #7C7C7C. Windows color (decimal): -5408754 or 948397. OLE color: 948397.

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

Color convert

RGB 173 120 14 -
CMYK 0 0.31 0.92 0.32
HSL 40º 0.85% 0.37% -
HSV(B) 40º 0.92% 0.68% -
XYZ 24.03 22.35 3.46 -
YUV 123.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 173 120 14 0 0.31 0.92 0.32 40 0.85 0.37
Hex AD 78 E 0 1F 5C 20 28 55 25
Octal 255 170 16 0 37 134 40 50 125 45
Binary 10101101 1111000 1110 0 11111 1011100 100000 101000 1010101 100101

Color Harmonies of #AD780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD780E

Black with #AD780E

Text Example


Text Example

White with #AD780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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