#B67D0C

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

Shades of Dark Goldenrod #B67D0C

Tints of Dark Goldenrod #B67D0C

Color information

#B67D0C (or 0xB67D0C) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7D and 0C. RGB value is (182,125,12). Sum of RGB (Red+Green+Blue) = 182+125+12=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67D0C is #4982F3. Grayscale: #818181. Windows color (decimal): -4817652 or 818614. OLE color: 818614.

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

Color convert

RGB18212512-
CMYK00.310.930.29
HSL39.88º87.63%38.04%-
HSV(B)39.88º93.41%71.37%-
XYZ26.6924.643.7-
YUV129.1661.88165.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 12 (5.08% from 255) = 3.76%
R=57.05%
G=39.18%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821251200.310.930.2939.8887.6338.04
HexB67DC01F5D1D285826
Octal26617514037135355013046
Binary10110110111110111000111111011101111011010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D0C; }

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

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

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

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

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

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

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

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