#BD9703

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

Shades of Dark Goldenrod #BD9703

Tints of Dark Goldenrod #BD9703

Color information

#BD9703 (or 0xBD9703) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 97 and 03. RGB value is (189,151,3). Sum of RGB (Red+Green+Blue) = 189+151+3=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9703 is #4268FC. Grayscale: #929292. Windows color (decimal): -4352253 or 235453. OLE color: 235453.

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

Color convert

RGB1891513-
CMYK00.200.980.26
HSL47.74º96.88%37.65%-
HSV(B)47.74º98.41%74.12%-
XYZ32.0732.964.76-
YUV145.4947.59159.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=55.10%
G=44.02%
B=0.87%

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
Decimal189151300.200.980.2647.7496.8837.65
HexBD973014621A306126
Octal2752273024142326014146
Binary1011110110010111110101001100010110101100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9703; }

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

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

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

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

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

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

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

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