Html Css Color HEX #9D8805 Dark Goldenrod

📋 copy color: '#9D8805'

red 157 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #9D8805

Tints of Dark Goldenrod #9D8805

RGB

 RED value IS 157 (61.72% from 255) = 52.68%

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 52.68%
G = 45.64%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D8805 (or 0x9D8805) is known color: Dark Goldenrod. HEX triplet: 9D, 88 and 05. RGB value is (157,136,5). Sum of RGB (Red+Green+Blue) = 157+136+5=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8805 is #6277FA. Grayscale: #7F7F7F. Windows color (decimal): -6453243 or 362653. OLE color: 362653.

HSL color Cylindrical-coordinate representation of color #9D8805: hue angle of 51.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D8805 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 136 5 -
CMYK 0 0.13 0.97 0.38
HSL 51.71º 0.94% 0.32% -
HSV(B) 51.71º 0.97% 0.62% -
XYZ 22.74 24.79 3.73 -
YUV 127.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 157 136 5 0 0.13 0.97 0.38 51.71 0.94 0.32
Hex 9D 88 5 0 D 61 26 34 5E 20
Octal 235 210 5 0 15 141 46 64 136 40
Binary 10011101 10001000 101 0 1101 1100001 100110 110100 1011110 100000

Color Harmonies of #9D8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8805

Black with #9D8805

Text Example


Text Example

White with #9D8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8805; }

 p { color: rgb(157,136,5); }

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

background-color css

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

 a { background-color: rgb(157,136,5); }

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

border-color css

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

 span { border-color: rgb(157,136,5); }

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