#B97D04

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

Shades of Dark Goldenrod #B97D04

Tints of Dark Goldenrod #B97D04

Color information

#B97D04 (or 0xB97D04) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7D and 04. RGB value is (185,125,4). Sum of RGB (Red+Green+Blue) = 185+125+4=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D04 is #4682FB. Grayscale: #818181. Windows color (decimal): -4621052 or 294329. OLE color: 294329.

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

Color convert

RGB1851254-
CMYK00.320.980.27
HSL40.11º95.77%37.06%-
HSV(B)40.11º97.84%72.55%-
XYZ27.3624.993.5-
YUV129.1557.38167.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=58.92%
G=39.81%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185125400.320.980.2740.1195.7737.06
HexB97D4020621B286025
Octal2711754040142335014045
Binary10111001111110110001000001100010110111010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D04; }

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

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

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

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

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

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

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

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