Html Css Color HEX #9D8238 Reef Gold

📋 copy color: '#9D8238'

red 157 ◦ green 130 ◦ blue 56

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

Shades of Reef Gold #9D8238

Tints of Reef Gold #9D8238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 56 (22.27% from 255) = 16.33%

R = 45.77%
G = 37.9%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9D8238 (or 0x9D8238) is known color: Reef Gold. HEX triplet: 9D, 82 and 38. RGB value is (157,130,56). Sum of RGB (Red+Green+Blue) = 157+130+56=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8238 is #627DC7. Grayscale: #818181. Windows color (decimal): -6454728 or 3703453. OLE color: 3703453.

HSL color Cylindrical-coordinate representation of color #9D8238: hue angle of 43.96º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D8238 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 130 56 -
CMYK 0 0.17 0.64 0.38
HSL 43.96º 0.47% 0.42% -
HSV(B) 43.96º 0.64% 0.62% -
XYZ 22.6 23.42 7.07 -
YUV 129.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 157 130 56 0 0.17 0.64 0.38 43.96 0.47 0.42
Hex 9D 82 38 0 11 40 26 2C 2F 2A
Octal 235 202 70 0 21 100 46 54 57 52
Binary 10011101 10000010 111000 0 10001 1000000 100110 101100 101111 101010

Color Harmonies of #9D8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8238

Black with #9D8238

Text Example


Text Example

White with #9D8238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,130,56); }

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

background-color css

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

 a { background-color: rgb(157,130,56); }

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

border-color css

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

 span { border-color: rgb(157,130,56); }

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