#C77501

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

Shades of Dark Goldenrod #C77501

Tints of Dark Goldenrod #C77501

Color information

#C77501 (or 0xC77501) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 75 and 01. RGB value is (199,117,1). Sum of RGB (Red+Green+Blue) = 199+117+1=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C77501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77501 is #388AFE. Grayscale: #808080. Windows color (decimal): -3705599 or 95687. OLE color: 95687.

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

Color convert

RGB1991171-
CMYK00.410.990.22
HSL35.15º99%39.22%-
HSV(B)35.15º99.5%78.04%-
XYZ29.9224.873.25-
YUV128.2956.17178.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.78%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=62.78%
G=36.91%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199117100.410.990.2235.159939.22
HexC77510296316236327
Octal3071651051143264314347
Binary110001111110101101010011100011101101000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77501; }

 p { color: rgb(199,117,1); }

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

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

 a { background-color: rgb(199,117,1); }

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

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

 span { border-color: rgb(199,117,1); }

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