#C77206

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

Shades of Dark Goldenrod #C77206

Tints of Dark Goldenrod #C77206

Color information

#C77206 (or 0xC77206) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 72 and 06. RGB value is (199,114,6). Sum of RGB (Red+Green+Blue) = 199+114+6=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C77206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77206 is #388DF9. Grayscale: #7F7F7F. Windows color (decimal): -3706362 or 422599. OLE color: 422599.

HSL color Cylindrical-coordinate representation of color #C77206: hue angle of 33.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C77206 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1991146-
CMYK00.430.970.22
HSL33.58º94.15%40.2%-
HSV(B)33.58º96.98%78.04%-
XYZ29.624.193.28-
YUV127.159.66179.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.38%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=62.38%
G=35.74%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199114600.430.970.2233.5894.1540.2
HexC772602B6116225e28
Octal3071626053141264213650
Binary11000111111001011001010111100001101101000101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77206; }

 p { color: rgb(199,114,6); }

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

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

 a { background-color: rgb(199,114,6); }

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

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

 span { border-color: rgb(199,114,6); }

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