#C77C00

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

Shades of Dark Goldenrod #C77C00

Tints of Dark Goldenrod #C77C00

Color information

#C77C00 (or 0xC77C00) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 7C and 00. RGB value is (199,124,0). Sum of RGB (Red+Green+Blue) = 199+124+0=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77C00 is #3883FF. Grayscale: #848484. Windows color (decimal): -3703808 or 31943. OLE color: 31943.

HSL color Cylindrical-coordinate representation of color #C77C00: hue angle of 37.39º 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 #C77C00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1991240-
CMYK00.3810.22
HSL37.39º100%39.02%-
HSV(B)37.39º100%78.04%-
XYZ30.7626.563.5-
YUV132.2953.35175.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.61%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.61%
G=38.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199124000.3810.2237.3910039.02
HexC77C00266416256427
Octal3071740046144264514447
Binary110001111111100001001101100100101101001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C00; }

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

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

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

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

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

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

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

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