Html Css Color HEX #C2910E Dark Goldenrod

📋 copy color: '#C2910E'

red 194 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #C2910E

Tints of Dark Goldenrod #C2910E

RGB

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

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

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

R = 54.96%
G = 41.08%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2910E (or 0xC2910E) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 0E. RGB value is (194,145,14). Sum of RGB (Red+Green+Blue) = 194+145+14=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2910E is #3D6EF1. Grayscale: #919191. Windows color (decimal): -4026098 or 954818. OLE color: 954818.

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

Color convert

RGB 194 145 14 -
CMYK 0 0.25 0.93 0.24
HSL 43.67º 0.87% 0.41% -
HSV(B) 43.67º 0.93% 0.76% -
XYZ 32.45 31.75 4.83 -
YUV 144.72 54.23 163.15 -
System Red Green Blue C M Y K H S L
Decimal 194 145 14 0 0.25 0.93 0.24 43.67 0.87 0.41
Hex C2 91 E 0 19 5D 18 2C 57 29
Octal 302 221 16 0 31 135 30 54 127 51
Binary 11000010 10010001 1110 0 11001 1011101 11000 101100 1010111 101001

Color Harmonies of #C2910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2910E

Black with #C2910E

Text Example


Text Example

White with #C2910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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