Html Css Color HEX #C2930E Dark Goldenrod

📋 copy color: '#C2930E'

red 194 ◦ green 147 ◦ blue 14

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

Shades of Dark Goldenrod #C2930E

Tints of Dark Goldenrod #C2930E

RGB

 RED value IS 194 (76.17% from 255) = 54.65%

 GREEN value IS 147 (57.81% from 255) = 41.41%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 54.65%
G = 41.41%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2930E (or 0xC2930E) is known color: Dark Goldenrod. HEX triplet: C2, 93 and 0E. RGB value is (194,147,14). Sum of RGB (Red+Green+Blue) = 194+147+14=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2930E is #3D6CF1. Grayscale: #929292. Windows color (decimal): -4025586 or 955330. OLE color: 955330.

HSL color Cylindrical-coordinate representation of color #C2930E: hue angle of 44.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2930E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 14 -
CMYK 0 0.24 0.93 0.24
HSL 44.33º 0.87% 0.41% -
HSV(B) 44.33º 0.93% 0.76% -
XYZ 32.76 32.37 4.94 -
YUV 145.89 53.57 162.31 -
System Red Green Blue C M Y K H S L
Decimal 194 147 14 0 0.24 0.93 0.24 44.33 0.87 0.41
Hex C2 93 E 0 18 5D 18 2C 57 29
Octal 302 223 16 0 30 135 30 54 127 51
Binary 11000010 10010011 1110 0 11000 1011101 11000 101100 1010111 101001

Color Harmonies of #C2930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2930E

Black with #C2930E

Text Example


Text Example

White with #C2930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2930E; }

 p { color: rgb(194,147,14); }

 H1.HeaderClassName
 {
   color: #C2930E;
 }
 .AnyTagClassName
 {
   color: #C2930E;
 }
</style>

background-color css

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

 a { background-color: rgb(194,147,14); }

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

border-color css

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

 span { border-color: rgb(194,147,14); }

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