#C77E0A

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

Shades of Dark Goldenrod #C77E0A

Tints of Dark Goldenrod #C77E0A

Color information

#C77E0A (or 0xC77E0A) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 7E and 0A. RGB value is (199,126,10). Sum of RGB (Red+Green+Blue) = 199+126+10=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77E0A is #3881F5. Grayscale: #878787. Windows color (decimal): -3703286 or 687815. OLE color: 687815.

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

Color convert

RGB19912610-
CMYK00.370.950.22
HSL36.83º90.43%40.98%-
HSV(B)36.83º94.97%78.04%-
XYZ31.0727.093.88-
YUV134.657.68173.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=59.40%
G=37.61%
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
Decimal1991261000.370.950.2236.8390.4340.98
HexC77EA0255F16255a29
Octal30717612045137264513251
Binary110001111111110101001001011011111101101001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77E0A; }

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

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

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

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

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

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

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

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