#9D800E

Color #9D800E Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9D800E

Tints of Hacienda #9D800E

Color information

#9D800E (or 0x9D800E) is unknown color: approx Hacienda. HEX triplet: 9D, 80 and 0E. RGB value is (157,128,14). Sum of RGB (Red+Green+Blue) = 157+128+14=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D800E is #627FF1. Grayscale: #7C7C7C. Windows color (decimal): -6455282 or 950429. OLE color: 950429.

HSL color Cylindrical-coordinate representation of color #9D800E: hue angle of 47.83º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D800E is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15712814-
CMYK00.180.910.38
HSL47.83º83.63%33.53%-
HSV(B)47.83º91.08%61.57%-
XYZ21.722.643.64-
YUV123.6866.11151.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.51%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 14 (5.86% from 255) = 4.68%
R=52.51%
G=42.81%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571281400.180.910.3847.8383.6333.53
Hex9D80E0125B26305422
Octal23520016022133466012442
Binary1001110110000000111001001010110111001101100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,14); }

 H1.HeaderClassName
 {
   color: #9D800E;
 }
 .AnyTagClassName
 {
   color: #9D800E;
 }
</style>
background-color css

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

 a { background-color: rgb(157,128,14); }

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

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

 span { border-color: rgb(157,128,14); }

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