Html Css Color HEX #C2910A Dark Goldenrod

📋 copy color: '#C2910A'

red 194 ◦ green 145 ◦ blue 10

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

Shades of Dark Goldenrod #C2910A

Tints of Dark Goldenrod #C2910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

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

R = 55.59%
G = 41.55%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2910A (or 0xC2910A) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 0A. RGB value is (194,145,10). Sum of RGB (Red+Green+Blue) = 194+145+10=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2910A is #3D6EF5. Grayscale: #909090. Windows color (decimal): -4026102 or 692674. OLE color: 692674.

HSL color Cylindrical-coordinate representation of color #C2910A: hue angle of 44.02º 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 #C2910A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 10 -
CMYK 0 0.25 0.95 0.24
HSL 44.02º 0.9% 0.4% -
HSV(B) 44.02º 0.95% 0.76% -
XYZ 32.43 31.74 4.7 -
YUV 144.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 194 145 10 0 0.25 0.95 0.24 44.02 0.9 0.4
Hex C2 91 A 0 19 5F 18 2C 5A 28
Octal 302 221 12 0 31 137 30 54 132 50
Binary 11000010 10010001 1010 0 11001 1011111 11000 101100 1011010 101000

Color Harmonies of #C2910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2910A

Black with #C2910A

Text Example


Text Example

White with #C2910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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