#B7800D

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

Shades of Dark Goldenrod #B7800D

Tints of Dark Goldenrod #B7800D

Color information

#B7800D (or 0xB7800D) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 80 and 0D. RGB value is (183,128,13). Sum of RGB (Red+Green+Blue) = 183+128+13=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7800D is #487FF2. Grayscale: #838383. Windows color (decimal): -4751347 or 884919. OLE color: 884919.

HSL color Cylindrical-coordinate representation of color #B7800D: hue angle of 40.59º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7800D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB18312813-
CMYK00.300.930.28
HSL40.59º86.73%38.43%-
HSV(B)40.59º92.9%71.76%-
XYZ27.3225.533.87-
YUV131.3461.22164.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 13 (5.47% from 255) = 4.01%
R=56.48%
G=39.51%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831281300.300.930.2840.5986.7338.43
HexB780D01E5D1C295726
Octal26720015036135345112746
Binary101101111000000011010111101011101111001010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7800D; }

 p { color: rgb(183,128,13); }

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

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

 a { background-color: rgb(183,128,13); }

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

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

 span { border-color: rgb(183,128,13); }

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