#BD9604

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

Shades of Dark Goldenrod #BD9604

Tints of Dark Goldenrod #BD9604

Color information

#BD9604 (or 0xBD9604) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 96 and 04. RGB value is (189,150,4). Sum of RGB (Red+Green+Blue) = 189+150+4=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9604 is #4269FB. Grayscale: #919191. Windows color (decimal): -4352508 or 300733. OLE color: 300733.

HSL color Cylindrical-coordinate representation of color #BD9604: hue angle of 47.35º 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 #BD9604 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1891504-
CMYK00.210.980.26
HSL47.35º95.85%37.84%-
HSV(B)47.35º97.88%74.12%-
XYZ31.9132.644.73-
YUV145.0248.42159.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=55.10%
G=43.73%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189150400.210.980.2647.3595.8537.84
HexBD964015621A2f6026
Octal2752264025142325714046
Binary10111101100101101000101011100010110101011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9604; }

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

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

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

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

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

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

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

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