#B97D0D

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

Shades of Dark Goldenrod #B97D0D

Tints of Dark Goldenrod #B97D0D

Color information

#B97D0D (or 0xB97D0D) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7D and 0D. RGB value is (185,125,13). Sum of RGB (Red+Green+Blue) = 185+125+13=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D0D is #4682F2. Grayscale: #828282. Windows color (decimal): -4621043 or 884153. OLE color: 884153.

HSL color Cylindrical-coordinate representation of color #B97D0D: hue angle of 39.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B97D0D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB18512513-
CMYK00.320.930.27
HSL39.07º86.87%38.82%-
HSV(B)39.07º92.97%72.55%-
XYZ27.4125.013.76-
YUV130.1761.88167.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 125 (49.22% from 255) = 38.70%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=57.28%
G=38.70%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851251300.320.930.2739.0786.8738.82
HexB97DD0205D1B275727
Octal27117515040135334712747
Binary101110011111101110101000001011101110111001111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D0D; }

 p { color: rgb(185,125,13); }

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

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

 a { background-color: rgb(185,125,13); }

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

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

 span { border-color: rgb(185,125,13); }

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