#BD9603

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

Shades of Dark Goldenrod #BD9603

Tints of Dark Goldenrod #BD9603

Color information

#BD9603 (or 0xBD9603) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 96 and 03. RGB value is (189,150,3). Sum of RGB (Red+Green+Blue) = 189+150+3=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9603 is #4269FC. Grayscale: #919191. Windows color (decimal): -4352509 or 235197. OLE color: 235197.

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

Color convert

RGB1891503-
CMYK00.210.980.26
HSL47.42º96.88%37.65%-
HSV(B)47.42º98.41%74.12%-
XYZ31.9132.644.7-
YUV144.947.92159.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=55.26%
G=43.86%
B=0.88%

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
Decimal189150300.210.980.2647.4296.8837.65
HexBD963015621A2f6126
Octal2752263025142325714146
Binary1011110110010110110101011100010110101011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9603; }

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

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

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

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

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

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

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

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