Html Css Color HEX #AD800B Dark Goldenrod

📋 copy color: '#AD800B'

red 173 ◦ green 128 ◦ blue 11

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

Shades of Dark Goldenrod #AD800B

Tints of Dark Goldenrod #AD800B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 55.45%
G = 41.03%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD800B (or 0xAD800B) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 0B. RGB value is (173,128,11). Sum of RGB (Red+Green+Blue) = 173+128+11=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD800B is #527FF4. Grayscale: #808080. Windows color (decimal): -5406709 or 753837. OLE color: 753837.

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

Color convert

RGB 173 128 11 -
CMYK 0 0.26 0.94 0.32
HSL 43.33º 0.88% 0.36% -
HSV(B) 43.33º 0.94% 0.68% -
XYZ 25.01 24.35 3.7 -
YUV 128.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 173 128 11 0 0.26 0.94 0.32 43.33 0.88 0.36
Hex AD 80 B 0 1A 5E 20 2B 58 24
Octal 255 200 13 0 32 136 40 53 130 44
Binary 10101101 10000000 1011 0 11010 1011110 100000 101011 1011000 100100

Color Harmonies of #AD800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD800B

Black with #AD800B

Text Example


Text Example

White with #AD800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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