Html Css Color HEX #AD7808 Dark Goldenrod

📋 copy color: '#AD7808'

red 173 ◦ green 120 ◦ blue 8

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

Shades of Dark Goldenrod #AD7808

Tints of Dark Goldenrod #AD7808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 57.48%
G = 39.87%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD7808 (or 0xAD7808) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 08. RGB value is (173,120,8). Sum of RGB (Red+Green+Blue) = 173+120+8=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7808 is #5287F7. Grayscale: #7B7B7B. Windows color (decimal): -5408760 or 555181. OLE color: 555181.

HSL color Cylindrical-coordinate representation of color #AD7808: hue angle of 40.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD7808 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 120 8 -
CMYK 0 0.31 0.95 0.32
HSL 40.73º 0.91% 0.35% -
HSV(B) 40.73º 0.95% 0.68% -
XYZ 23.99 22.33 3.28 -
YUV 123.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 173 120 8 0 0.31 0.95 0.32 40.73 0.91 0.35
Hex AD 78 8 0 1F 5F 20 29 5B 23
Octal 255 170 10 0 37 137 40 51 133 43
Binary 10101101 1111000 1000 0 11111 1011111 100000 101001 1011011 100011

Color Harmonies of #AD7808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7808

Black with #AD7808

Text Example


Text Example

White with #AD7808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7808; }

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

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

background-color css

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

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

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

border-color css

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

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

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