Html Css Color HEX #AD880D Dark Goldenrod

📋 copy color: '#AD880D'

red 173 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #AD880D

Tints of Dark Goldenrod #AD880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.24%

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 53.73%
G = 42.24%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD880D (or 0xAD880D) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 0D. RGB value is (173,136,13). Sum of RGB (Red+Green+Blue) = 173+136+13=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD880D is #5277F2. Grayscale: #858585. Windows color (decimal): -5404659 or 886957. OLE color: 886957.

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

Color convert

RGB 173 136 13 -
CMYK 0 0.21 0.92 0.32
HSL 46.13º 0.86% 0.36% -
HSV(B) 46.13º 0.92% 0.68% -
XYZ 26.11 26.52 4.12 -
YUV 133.04 60.26 156.5 -
System Red Green Blue C M Y K H S L
Decimal 173 136 13 0 0.21 0.92 0.32 46.13 0.86 0.36
Hex AD 88 D 0 15 5C 20 2E 56 24
Octal 255 210 15 0 25 134 40 56 126 44
Binary 10101101 10001000 1101 0 10101 1011100 100000 101110 1010110 100100

Color Harmonies of #AD880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD880D

Black with #AD880D

Text Example


Text Example

White with #AD880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD880D; }

 p { color: rgb(173,136,13); }

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

background-color css

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

 a { background-color: rgb(173,136,13); }

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

border-color css

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

 span { border-color: rgb(173,136,13); }

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