#C27303

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

Shades of Dark Goldenrod #C27303

Tints of Dark Goldenrod #C27303

Color information

#C27303 (or 0xC27303) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 73 and 03. RGB value is (194,115,3). Sum of RGB (Red+Green+Blue) = 194+115+3=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C27303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27303 is #3D8CFC. Grayscale: #7E7E7E. Windows color (decimal): -4033789 or 226242. OLE color: 226242.

HSL color Cylindrical-coordinate representation of color #C27303: hue angle of 35.18º degrees, saturation: 0.97, 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 #C27303 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941153-
CMYK00.410.980.24
HSL35.18º96.95%38.63%-
HSV(B)35.18º98.45%76.08%-
XYZ28.423.743.17-
YUV125.8558.67176.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.18%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=62.18%
G=36.86%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194115300.410.980.2435.1896.9538.63
HexC27330296218236127
Octal3021633051142304314147
Binary1100001011100111101010011100010110001000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27303; }

 p { color: rgb(194,115,3); }

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

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

 a { background-color: rgb(194,115,3); }

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

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

 span { border-color: rgb(194,115,3); }

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