#C77600

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

Shades of Dark Goldenrod #C77600

Tints of Dark Goldenrod #C77600

Color information

#C77600 (or 0xC77600) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 76 and 00. RGB value is (199,118,0). Sum of RGB (Red+Green+Blue) = 199+118+0=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C77600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77600 is #3889FF. Grayscale: #818181. Windows color (decimal): -3705344 or 30407. OLE color: 30407.

HSL color Cylindrical-coordinate representation of color #C77600: hue angle of 35.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C77600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1991180-
CMYK00.4110.22
HSL35.58º100%39.02%-
HSV(B)35.58º100%78.04%-
XYZ30.0325.13.26-
YUV128.7755.34178.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.78%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.78%
G=37.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199118000.4110.2235.5810039.02
HexC77600296416246427
Octal3071660051144264414447
Binary110001111110110001010011100100101101001001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77600; }

 p { color: rgb(199,118,0); }

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

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

 a { background-color: rgb(199,118,0); }

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

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

 span { border-color: rgb(199,118,0); }

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