#B5800D

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

Shades of Dark Goldenrod #B5800D

Tints of Dark Goldenrod #B5800D

Color information

#B5800D (or 0xB5800D) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 80 and 0D. RGB value is (181,128,13). Sum of RGB (Red+Green+Blue) = 181+128+13=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5800D is #4A7FF2. Grayscale: #838383. Windows color (decimal): -4882419 or 884917. OLE color: 884917.

HSL color Cylindrical-coordinate representation of color #B5800D: hue angle of 41.07º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5800D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18112813-
CMYK00.290.930.29
HSL41.07º86.6%38.04%-
HSV(B)41.07º92.82%70.98%-
XYZ26.8525.293.85-
YUV130.7461.56163.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 13 (5.47% from 255) = 4.04%
R=56.21%
G=39.75%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811281300.290.930.2941.0786.638.04
HexB580D01D5D1D295726
Octal26520015035135355112746
Binary101101011000000011010111011011101111011010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5800D; }

 p { color: rgb(181,128,13); }

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

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

 a { background-color: rgb(181,128,13); }

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

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

 span { border-color: rgb(181,128,13); }

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