#C77F0A

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

Shades of Dark Goldenrod #C77F0A

Tints of Dark Goldenrod #C77F0A

Color information

#C77F0A (or 0xC77F0A) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 7F and 0A. RGB value is (199,127,10). Sum of RGB (Red+Green+Blue) = 199+127+10=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F0A is #3880F5. Grayscale: #878787. Windows color (decimal): -3703030 or 688071. OLE color: 688071.

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

Color convert

RGB19912710-
CMYK00.360.950.22
HSL37.14º90.43%40.98%-
HSV(B)37.14º94.97%78.04%-
XYZ31.227.343.92-
YUV135.1957.35173.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.23%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 10 (4.30% from 255) = 2.98%
R=59.23%
G=37.80%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991271000.360.950.2237.1490.4340.98
HexC77FA0245F16255a29
Octal30717712044137264513251
Binary110001111111111101001001001011111101101001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F0A; }

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

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

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

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

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

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

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

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