#BD9008

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

Shades of Dark Goldenrod #BD9008

Tints of Dark Goldenrod #BD9008

Color information

#BD9008 (or 0xBD9008) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 90 and 08. RGB value is (189,144,8). Sum of RGB (Red+Green+Blue) = 189+144+8=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9008 is #426FF7. Grayscale: #8E8E8E. Windows color (decimal): -4354040 or 561341. OLE color: 561341.

HSL color Cylindrical-coordinate representation of color #BD9008: hue angle of 45.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD9008 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1891448-
CMYK00.240.960.26
HSL45.08º91.88%38.63%-
HSV(B)45.08º95.77%74.12%-
XYZ3130.784.54-
YUV141.9552.41161.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 8 (3.52% from 255) = 2.35%
R=55.43%
G=42.23%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189144800.240.960.2645.0891.8838.63
HexBD908018601A2d5c27
Octal27522010030140325513447
Binary101111011001000010000110001100000110101011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9008; }

 p { color: rgb(189,144,8); }

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

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

 a { background-color: rgb(189,144,8); }

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

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

 span { border-color: rgb(189,144,8); }

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