#C77D0A

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

Shades of Dark Goldenrod #C77D0A

Tints of Dark Goldenrod #C77D0A

Color information

#C77D0A (or 0xC77D0A) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 7D and 0A. RGB value is (199,125,10). Sum of RGB (Red+Green+Blue) = 199+125+10=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D0A is #3882F5. Grayscale: #868686. Windows color (decimal): -3703542 or 687559. OLE color: 687559.

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

Color convert

RGB19912510-
CMYK00.370.950.22
HSL36.51º90.43%40.98%-
HSV(B)36.51º94.97%78.04%-
XYZ30.9426.833.84-
YUV134.0258.02174.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.58%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=59.58%
G=37.43%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991251000.370.950.2236.5190.4340.98
HexC77DA0255F16255a29
Octal30717512045137264513251
Binary110001111111101101001001011011111101101001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D0A; }

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

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

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

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

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

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

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

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