#B79800

Color #B79800 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B79800

Tints of Dark Goldenrod #B79800

Color information

#B79800 (or 0xB79800) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 98 and 00. RGB value is (183,152,0). Sum of RGB (Red+Green+Blue) = 183+152+0=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B79800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79800 is #4867FF. Grayscale: #909090. Windows color (decimal): -4745216 or 39095. OLE color: 39095.

HSL color Cylindrical-coordinate representation of color #B79800: hue angle of 49.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B79800 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1831520-
CMYK00.1710.28
HSL49.84º100%35.88%-
HSV(B)49.84º100%71.76%-
XYZ30.7632.524.66-
YUV143.9446.77155.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.63%
G=45.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183152000.1710.2849.8410035.88
HexB7980011641C326424
Octal2672300021144346214444
Binary101101111001100000100011100100111001100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79800; }

 p { color: rgb(183,152,0); }

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

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

 a { background-color: rgb(183,152,0); }

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

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

 span { border-color: rgb(183,152,0); }

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