#C7760A

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

Shades of Dark Goldenrod #C7760A

Tints of Dark Goldenrod #C7760A

Color information

#C7760A (or 0xC7760A) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 76 and 0A. RGB value is (199,118,10). Sum of RGB (Red+Green+Blue) = 199+118+10=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7760A is #3889F5. Grayscale: #828282. Windows color (decimal): -3705334 or 685767. OLE color: 685767.

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

Color convert

RGB19911810-
CMYK00.410.950.22
HSL34.29º90.43%40.98%-
HSV(B)34.29º94.97%78.04%-
XYZ30.0925.123.55-
YUV129.9160.34177.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.86%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 10 (4.30% from 255) = 3.06%
R=60.86%
G=36.09%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991181000.410.950.2234.2990.4340.98
HexC776A0295F16225a29
Octal30716612051137264213251
Binary110001111110110101001010011011111101101000101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7760A; }

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

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

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

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

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

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

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

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