#BD790D

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

Shades of Dark Goldenrod #BD790D

Tints of Dark Goldenrod #BD790D

Color information

#BD790D (or 0xBD790D) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 79 and 0D. RGB value is (189,121,13). Sum of RGB (Red+Green+Blue) = 189+121+13=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD790D is #4286F2. Grayscale: #818181. Windows color (decimal): -4359923 or 883133. OLE color: 883133.

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

Color convert

RGB18912113-
CMYK00.360.930.26
HSL36.82º87.13%39.61%-
HSV(B)36.82º93.12%74.12%-
XYZ27.924.523.64-
YUV129.0262.53170.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=58.51%
G=37.46%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891211300.360.930.2636.8287.1339.61
HexBD79D0245D1A255728
Octal27517115044135324512750
Binary101111011111001110101001001011101110101001011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD790D; }

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

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

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

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

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

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

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

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