#BD8C00

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

Shades of Dark Goldenrod #BD8C00

Tints of Dark Goldenrod #BD8C00

Color information

#BD8C00 (or 0xBD8C00) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8C and 00. RGB value is (189,140,0). Sum of RGB (Red+Green+Blue) = 189+140+0=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C00 is #4273FF. Grayscale: #8B8B8B. Windows color (decimal): -4355072 or 36029. OLE color: 36029.

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

Color convert

RGB1891400-
CMYK00.2610.26
HSL44.44º100%37.06%-
HSV(B)44.44º100%74.12%-
XYZ30.3629.574.11-
YUV138.6949.73163.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.45%
G=42.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189140000.2610.2644.4410037.06
HexBD8C001A641A2c6425
Octal2752140032144325414445
Binary101111011000110000110101100100110101011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C00; }

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

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

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

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

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

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

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

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