#BD800E

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

Shades of Dark Goldenrod #BD800E

Tints of Dark Goldenrod #BD800E

Color information

#BD800E (or 0xBD800E) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 80 and 0E. RGB value is (189,128,14). Sum of RGB (Red+Green+Blue) = 189+128+14=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD800E is #427FF1. Grayscale: #858585. Windows color (decimal): -4358130 or 950461. OLE color: 950461.

HSL color Cylindrical-coordinate representation of color #BD800E: hue angle of 39.09º degrees, saturation: 0.86, 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 #BD800E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18912814-
CMYK00.320.930.26
HSL39.09º86.21%39.8%-
HSV(B)39.09º92.59%74.12%-
XYZ28.7826.293.97-
YUV133.2460.71167.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 14 (5.86% from 255) = 4.23%
R=57.10%
G=38.67%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891281400.320.930.2639.0986.2139.8
HexBD80E0205D1A275628
Octal27520016040135324712650
Binary1011110110000000111001000001011101110101001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD800E; }

 p { color: rgb(189,128,14); }

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

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

 a { background-color: rgb(189,128,14); }

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

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

 span { border-color: rgb(189,128,14); }

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