Html Css Color HEX #9D7A02 Dark Goldenrod

📋 copy color: '#9D7A02'

red 157 ◦ green 122 ◦ blue 2

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

Shades of Dark Goldenrod #9D7A02

Tints of Dark Goldenrod #9D7A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.42%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 55.87%
G = 43.42%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D7A02 (or 0x9D7A02) is known color: Dark Goldenrod. HEX triplet: 9D, 7A and 02. RGB value is (157,122,2). Sum of RGB (Red+Green+Blue) = 157+122+2=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7A02 is #6285FD. Grayscale: #777777. Windows color (decimal): -6456830 or 162461. OLE color: 162461.

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

Color convert

RGB 157 122 2 -
CMYK 0 0.22 0.99 0.38
HSL 46.45º 0.97% 0.31% -
HSV(B) 46.45º 0.99% 0.62% -
XYZ 20.88 21.09 3.03 -
YUV 118.79 62.1 155.26 -
System Red Green Blue C M Y K H S L
Decimal 157 122 2 0 0.22 0.99 0.38 46.45 0.97 0.31
Hex 9D 7A 2 0 16 63 26 2E 61 1F
Octal 235 172 2 0 26 143 46 56 141 37
Binary 10011101 1111010 10 0 10110 1100011 100110 101110 1100001 11111

Color Harmonies of #9D7A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7A02

Black with #9D7A02

Text Example


Text Example

White with #9D7A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,122,2); }

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

background-color css

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

 a { background-color: rgb(157,122,2); }

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

border-color css

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

 span { border-color: rgb(157,122,2); }

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