#B97D00

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

Shades of Dark Goldenrod #B97D00

Tints of Dark Goldenrod #B97D00

Color information

#B97D00 (or 0xB97D00) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7D and 00. RGB value is (185,125,0). Sum of RGB (Red+Green+Blue) = 185+125+0=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D00 is #4682FF. Grayscale: #818181. Windows color (decimal): -4621056 or 32185. OLE color: 32185.

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

Color convert

RGB1851250-
CMYK00.3210.27
HSL40.54º100%36.27%-
HSV(B)40.54º100%72.55%-
XYZ27.3424.983.38-
YUV128.6955.38168.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.68%
G=40.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185125000.3210.2740.5410036.27
HexB97D0020641B296424
Octal2711750040144335114444
Binary101110011111101001000001100100110111010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D00; }

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

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

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

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

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

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

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

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