#B68D0D

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

Shades of Dark Goldenrod #B68D0D

Tints of Dark Goldenrod #B68D0D

Color information

#B68D0D (or 0xB68D0D) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 8D and 0D. RGB value is (182,141,13). Sum of RGB (Red+Green+Blue) = 182+141+13=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D0D is #4972F2. Grayscale: #8B8B8B. Windows color (decimal): -4813555 or 888246. OLE color: 888246.

HSL color Cylindrical-coordinate representation of color #B68D0D: hue angle of 45.44º degrees, saturation: 0.87, 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 #B68D0D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18214113-
CMYK00.230.930.29
HSL45.44º86.67%38.24%-
HSV(B)45.44º92.86%71.37%-
XYZ28.8929.024.46-
YUV138.6757.08158.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 13 (5.47% from 255) = 3.87%
R=54.17%
G=41.96%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821411300.230.930.2945.4486.6738.24
HexB68DD0175D1D2d5726
Octal26621515027135355512746
Binary101101101000110111010101111011101111011011011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D0D; }

 p { color: rgb(182,141,13); }

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

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

 a { background-color: rgb(182,141,13); }

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

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

 span { border-color: rgb(182,141,13); }

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