#BD800A

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

Shades of Dark Goldenrod #BD800A

Tints of Dark Goldenrod #BD800A

Color information

#BD800A (or 0xBD800A) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 80 and 0A. RGB value is (189,128,10). Sum of RGB (Red+Green+Blue) = 189+128+10=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD800A is #427FF5. Grayscale: #858585. Windows color (decimal): -4358134 or 688317. OLE color: 688317.

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

Color convert

RGB18912810-
CMYK00.320.950.26
HSL39.55º89.95%39.02%-
HSV(B)39.55º94.71%74.12%-
XYZ28.7626.283.84-
YUV132.7958.71168.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 10 (4.30% from 255) = 3.06%
R=57.80%
G=39.14%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891281000.320.950.2639.5589.9539.02
HexBD80A0205F1A285a27
Octal27520012040137325013247
Binary1011110110000000101001000001011111110101010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD800A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD800A; }

 p { color: rgb(189,128,10); }

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

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

 a { background-color: rgb(189,128,10); }

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

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

 span { border-color: rgb(189,128,10); }

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