#BD8D14

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

Shades of Dark Goldenrod #BD8D14

Tints of Dark Goldenrod #BD8D14

Color information

#BD8D14 (or 0xBD8D14) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8D and 14. RGB value is (189,141,20). Sum of RGB (Red+Green+Blue) = 189+141+20=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8D14 is #4272EB. Grayscale: #8E8E8E. Windows color (decimal): -4354796 or 1347005. OLE color: 1347005.

HSL color Cylindrical-coordinate representation of color #BD8D14: hue angle of 42.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD8D14 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB18914120-
CMYK00.250.890.26
HSL42.96º80.86%40.98%-
HSV(B)42.96º89.42%74.12%-
XYZ30.6429.924.82-
YUV141.5659.4161.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 20 (8.20% from 255) = 5.71%
R=54%
G=40.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891412000.250.890.2642.9680.8640.98
HexBD8D14019591A2b5129
Octal27521524031131325312151
Binary1011110110001101101000110011011001110101010111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D14; }

 p { color: rgb(189,141,20); }

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

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

 a { background-color: rgb(189,141,20); }

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

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

 span { border-color: rgb(189,141,20); }

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