#B56D0D

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

Shades of Dark Goldenrod #B56D0D

Tints of Dark Goldenrod #B56D0D

Color information

#B56D0D (or 0xB56D0D) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 6D and 0D. RGB value is (181,109,13). Sum of RGB (Red+Green+Blue) = 181+109+13=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56D0D is #4A92F2. Grayscale: #787878. Windows color (decimal): -4887283 or 880053. OLE color: 880053.

HSL color Cylindrical-coordinate representation of color #B56D0D: hue angle of 34.29º 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 #B56D0D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18110913-
CMYK00.400.930.29
HSL34.29º86.6%38.04%-
HSV(B)34.29º92.82%70.98%-
XYZ24.620.793.1-
YUV119.5867.85171.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 13 (5.47% from 255) = 4.29%
R=59.74%
G=35.97%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811091300.400.930.2934.2986.638.04
HexB56DD0285D1D225726
Octal26515515050135354212746
Binary101101011101101110101010001011101111011000101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D0D; }

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

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

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

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

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

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

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

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