#BD7F0D

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

Shades of Dark Goldenrod #BD7F0D

Tints of Dark Goldenrod #BD7F0D

Color information

#BD7F0D (or 0xBD7F0D) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7F and 0D. RGB value is (189,127,13). Sum of RGB (Red+Green+Blue) = 189+127+13=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7F0D is #4280F2. Grayscale: #858585. Windows color (decimal): -4358387 or 884669. OLE color: 884669.

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

Color convert

RGB18912713-
CMYK00.330.930.26
HSL38.86º87.13%39.61%-
HSV(B)38.86º93.12%74.12%-
XYZ28.6526.033.89-
YUV132.5460.54168.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 13 (5.47% from 255) = 3.95%
R=57.45%
G=38.60%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891271300.330.930.2638.8687.1339.61
HexBD7FD0215D1A275728
Octal27517715041135324712750
Binary101111011111111110101000011011101110101001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F0D; }

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

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

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

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

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

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

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

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