Html Css Color HEX #C2920C Dark Goldenrod

📋 copy color: '#C2920C'

red 194 ◦ green 146 ◦ blue 12

#C2920C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C2920C

Tints of Dark Goldenrod #C2920C

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 value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2920C (or 0xC2920C) is known color: 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

RGB 194 146 12 -
CMYK 0 0.25 0.94 0.24
HSL 44.18º 0.88% 0.4% -
HSV(B) 44.18º 0.94% 0.76% -
XYZ 32.59 32.05 4.82 -
YUV 145.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 194 146 12 0 0.25 0.94 0.24 44.18 0.88 0.4
Hex C2 92 C 0 19 5E 18 2C 58 28
Octal 302 222 14 0 31 136 30 54 130 50
Binary 11000010 10010010 1100 0 11001 1011110 11000 101100 1011000 101000

Color Harmonies of #C2920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2920C

Black with #C2920C

Text Example


Text Example

White with #C2920C

Text Example


Text Example

HTML Codes & Css Web 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>