#B66D04

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

Shades of Dark Goldenrod #B66D04

Tints of Dark Goldenrod #B66D04

Color information

#B66D04 (or 0xB66D04) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 6D and 04. RGB value is (182,109,4). Sum of RGB (Red+Green+Blue) = 182+109+4=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66D04 is #4992FB. Grayscale: #777777. Windows color (decimal): -4821756 or 290230. OLE color: 290230.

HSL color Cylindrical-coordinate representation of color #B66D04: hue angle of 35.39º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B66D04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1821094-
CMYK00.400.980.29
HSL35.39º95.7%36.47%-
HSV(B)35.39º97.8%71.37%-
XYZ24.7820.892.84-
YUV118.8663.18173.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=61.69%
G=36.95%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182109400.400.980.2935.3995.736.47
HexB66D4028621D236024
Octal2661554050142354314044
Binary10110110110110110001010001100010111011000111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D04; }

 p { color: rgb(182,109,4); }

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

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

 a { background-color: rgb(182,109,4); }

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

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

 span { border-color: rgb(182,109,4); }

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