#B47D0D

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

Shades of Dark Goldenrod #B47D0D

Tints of Dark Goldenrod #B47D0D

Color information

#B47D0D (or 0xB47D0D) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7D and 0D. RGB value is (180,125,13). Sum of RGB (Red+Green+Blue) = 180+125+13=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47D0D is #4B82F2. Grayscale: #818181. Windows color (decimal): -4948723 or 884148. OLE color: 884148.

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

Color convert

RGB18012513-
CMYK00.310.930.29
HSL40.24º86.53%37.84%-
HSV(B)40.24º92.78%70.59%-
XYZ26.2324.43.71-
YUV128.6862.72164.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 125 (49.22% from 255) = 39.31%
BLUE value IS 13 (5.47% from 255) = 4.09%
R=56.60%
G=39.31%
B=4.09%

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
Decimal1801251300.310.930.2940.2486.5337.84
HexB47DD01F5D1D285726
Octal26417515037135355012746
Binary10110100111110111010111111011101111011010001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D0D; }

 p { color: rgb(180,125,13); }

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

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

 a { background-color: rgb(180,125,13); }

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

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

 span { border-color: rgb(180,125,13); }

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