Html Css Color HEX #C2930A Dark Goldenrod

📋 copy color: '#C2930A'

red 194 ◦ green 147 ◦ blue 10

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

Shades of Dark Goldenrod #C2930A

Tints of Dark Goldenrod #C2930A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 55.27%
G = 41.88%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2930A (or 0xC2930A) is known color: Dark Goldenrod. HEX triplet: C2, 93 and 0A. RGB value is (194,147,10). Sum of RGB (Red+Green+Blue) = 194+147+10=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2930A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2930A is #3D6CF5. Grayscale: #929292. Windows color (decimal): -4025590 or 693186. OLE color: 693186.

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

Color convert

RGB 194 147 10 -
CMYK 0 0.24 0.95 0.24
HSL 44.67º 0.9% 0.4% -
HSV(B) 44.67º 0.95% 0.76% -
XYZ 32.74 32.36 4.81 -
YUV 145.44 51.57 162.64 -
System Red Green Blue C M Y K H S L
Decimal 194 147 10 0 0.24 0.95 0.24 44.67 0.9 0.4
Hex C2 93 A 0 18 5F 18 2D 5A 28
Octal 302 223 12 0 30 137 30 55 132 50
Binary 11000010 10010011 1010 0 11000 1011111 11000 101101 1011010 101000

Color Harmonies of #C2930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2930A

Black with #C2930A

Text Example


Text Example

White with #C2930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2930A; }

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

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

background-color css

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

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

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

border-color css

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

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

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