#BD7D00

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

Shades of Dark Goldenrod #BD7D00

Tints of Dark Goldenrod #BD7D00

Color information

#BD7D00 (or 0xBD7D00) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7D and 00. RGB value is (189,125,0). Sum of RGB (Red+Green+Blue) = 189+125+0=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7D00 is #4282FF. Grayscale: #828282. Windows color (decimal): -4358912 or 32189. OLE color: 32189.

HSL color Cylindrical-coordinate representation of color #BD7D00: hue angle of 39.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD7D00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1891250-
CMYK00.3410.26
HSL39.68º100%37.06%-
HSV(B)39.68º100%74.12%-
XYZ28.3225.493.43-
YUV129.8954.7170.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.19%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.19%
G=39.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189125000.3410.2639.6810037.06
HexBD7D0022641A286425
Octal2751750042144325014445
Binary101111011111101001000101100100110101010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D00; }

 p { color: rgb(189,125,0); }

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

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

 a { background-color: rgb(189,125,0); }

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

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

 span { border-color: rgb(189,125,0); }

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