#C27104

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

Shades of Dark Goldenrod #C27104

Tints of Dark Goldenrod #C27104

Color information

#C27104 (or 0xC27104) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 71 and 04. RGB value is (194,113,4). Sum of RGB (Red+Green+Blue) = 194+113+4=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C27104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27104 is #3D8EFB. Grayscale: #7D7D7D. Windows color (decimal): -4034300 or 291266. OLE color: 291266.

HSL color Cylindrical-coordinate representation of color #C27104: hue angle of 34.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C27104 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941134-
CMYK00.420.980.24
HSL34.42º95.96%38.82%-
HSV(B)34.42º97.94%76.08%-
XYZ28.1823.293.12-
YUV124.7959.84177.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=62.38%
G=36.33%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194113400.420.980.2434.4295.9638.82
HexC271402A6218226027
Octal3021614052142304214047
Binary11000010111000110001010101100010110001000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27104; }

 p { color: rgb(194,113,4); }

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

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

 a { background-color: rgb(194,113,4); }

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

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

 span { border-color: rgb(194,113,4); }

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