#BD8C0D

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

Shades of Dark Goldenrod #BD8C0D

Tints of Dark Goldenrod #BD8C0D

Color information

#BD8C0D (or 0xBD8C0D) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8C and 0D. RGB value is (189,140,13). Sum of RGB (Red+Green+Blue) = 189+140+13=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C0D is #4273F2. Grayscale: #8C8C8C. Windows color (decimal): -4355059 or 887997. OLE color: 887997.

HSL color Cylindrical-coordinate representation of color #BD8C0D: hue angle of 43.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD8C0D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18914013-
CMYK00.260.930.26
HSL43.3º87.13%39.61%-
HSV(B)43.3º93.12%74.12%-
XYZ30.4429.64.49-
YUV140.1756.23162.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 13 (5.47% from 255) = 3.80%
R=55.26%
G=40.94%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891401300.260.930.2643.387.1339.61
HexBD8CD01A5D1A2b5728
Octal27521415032135325312750
Binary101111011000110011010110101011101110101010111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C0D; }

 p { color: rgb(189,140,13); }

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

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

 a { background-color: rgb(189,140,13); }

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

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

 span { border-color: rgb(189,140,13); }

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