#BD9704

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

Shades of Dark Goldenrod #BD9704

Tints of Dark Goldenrod #BD9704

Color information

#BD9704 (or 0xBD9704) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 97 and 04. RGB value is (189,151,4). Sum of RGB (Red+Green+Blue) = 189+151+4=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9704 is #4268FB. Grayscale: #929292. Windows color (decimal): -4352252 or 300989. OLE color: 300989.

HSL color Cylindrical-coordinate representation of color #BD9704: hue angle of 47.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD9704 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1891514-
CMYK00.200.980.26
HSL47.68º95.85%37.84%-
HSV(B)47.68º97.88%74.12%-
XYZ32.0732.964.79-
YUV145.648.09158.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=54.94%
G=43.90%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189151400.200.980.2647.6895.8537.84
HexBD974014621A306026
Octal2752274024142326014046
Binary10111101100101111000101001100010110101100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9704; }

 p { color: rgb(189,151,4); }

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

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

 a { background-color: rgb(189,151,4); }

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

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

 span { border-color: rgb(189,151,4); }

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