#C2920C

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

Shades of Dark Goldenrod #C2920C

Tints of Dark Goldenrod #C2920C

Color information

#C2920C (or 0xC2920C) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 92 and 0C. RGB value is (194,146,12). Sum of RGB (Red+Green+Blue) = 194+146+12=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2920C is #3D6DF3. Grayscale: #919191. Windows color (decimal): -4025844 or 824002. OLE color: 824002.

HSL color Cylindrical-coordinate representation of color #C2920C: hue angle of 44.18º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2920C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19414612-
CMYK00.250.940.24
HSL44.18º88.35%40.39%-
HSV(B)44.18º93.81%76.08%-
XYZ32.5932.054.82-
YUV145.0852.9162.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=55.11%
G=41.48%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941461200.250.940.2444.1888.3540.39
HexC292C0195E182c5828
Octal30222214031136305413050
Binary110000101001001011000110011011110110001011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2920C; }

 p { color: rgb(194,146,12); }

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

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

 a { background-color: rgb(194,146,12); }

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

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

 span { border-color: rgb(194,146,12); }

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