#BD7903

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

Shades of Dark Goldenrod #BD7903

Tints of Dark Goldenrod #BD7903

Color information

#BD7903 (or 0xBD7903) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 79 and 03. RGB value is (189,121,3). Sum of RGB (Red+Green+Blue) = 189+121+3=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7903 is #4286FC. Grayscale: #808080. Windows color (decimal): -4359933 or 227773. OLE color: 227773.

HSL color Cylindrical-coordinate representation of color #BD7903: hue angle of 38.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD7903 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1891213-
CMYK00.360.980.26
HSL38.06º96.88%37.65%-
HSV(B)38.06º98.41%74.12%-
XYZ27.8424.53.35-
YUV127.8857.53171.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=60.38%
G=38.66%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189121300.360.980.2638.0696.8837.65
HexBD793024621A266126
Octal2751713044142324614146
Binary1011110111110011101001001100010110101001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7903; }

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

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

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

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

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

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

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

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