#BD780D

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

Shades of Dark Goldenrod #BD780D

Tints of Dark Goldenrod #BD780D

Color information

#BD780D (or 0xBD780D) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 78 and 0D. RGB value is (189,120,13). Sum of RGB (Red+Green+Blue) = 189+120+13=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD780D is #4287F2. Grayscale: #808080. Windows color (decimal): -4360179 or 882877. OLE color: 882877.

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

Color convert

RGB18912013-
CMYK00.370.930.26
HSL36.48º87.13%39.61%-
HSV(B)36.48º93.12%74.12%-
XYZ27.7824.283.6-
YUV128.4362.86171.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 13 (5.47% from 255) = 4.04%
R=58.70%
G=37.27%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891201300.370.930.2636.4887.1339.61
HexBD78D0255D1A245728
Octal27517015045135324412750
Binary101111011111000110101001011011101110101001001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD780D; }

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

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

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

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

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

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

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

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