#BD810E

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

Shades of Dark Goldenrod #BD810E

Tints of Dark Goldenrod #BD810E

Color information

#BD810E (or 0xBD810E) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 81 and 0E. RGB value is (189,129,14). Sum of RGB (Red+Green+Blue) = 189+129+14=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD810E is #427EF1. Grayscale: #868686. Windows color (decimal): -4357874 or 950717. OLE color: 950717.

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

Color convert

RGB18912914-
CMYK00.320.930.26
HSL39.43º86.21%39.8%-
HSV(B)39.43º92.59%74.12%-
XYZ28.9226.554.02-
YUV133.8360.38167.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 14 (5.86% from 255) = 4.22%
R=56.93%
G=38.86%
B=4.22%

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
Decimal1891291400.320.930.2639.4386.2139.8
HexBD81E0205D1A275628
Octal27520116040135324712650
Binary1011110110000001111001000001011101110101001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD810E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD810E; }

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

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

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

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

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

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

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

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