#B67D0A

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

Shades of Dark Goldenrod #B67D0A

Tints of Dark Goldenrod #B67D0A

Color information

#B67D0A (or 0xB67D0A) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7D and 0A. RGB value is (182,125,10). Sum of RGB (Red+Green+Blue) = 182+125+10=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67D0A is #4982F5. Grayscale: #818181. Windows color (decimal): -4817654 or 687542. OLE color: 687542.

HSL color Cylindrical-coordinate representation of color #B67D0A: hue angle of 40.12º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B67D0A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB18212510-
CMYK00.310.950.29
HSL40.12º89.58%37.65%-
HSV(B)40.12º94.51%71.37%-
XYZ26.6824.633.64-
YUV128.9360.88165.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 10 (4.30% from 255) = 3.15%
R=57.41%
G=39.43%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821251000.310.950.2940.1289.5837.65
HexB67DA01F5F1D285a26
Octal26617512037137355013246
Binary10110110111110110100111111011111111011010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D0A; }

 p { color: rgb(182,125,10); }

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

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

 a { background-color: rgb(182,125,10); }

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

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

 span { border-color: rgb(182,125,10); }

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