Html Css Color HEX #C2830E Dark Goldenrod

📋 copy color: '#C2830E'

red 194 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #C2830E

Tints of Dark Goldenrod #C2830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

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

R = 57.23%
G = 38.64%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2830E (or 0xC2830E) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 0E. RGB value is (194,131,14). Sum of RGB (Red+Green+Blue) = 194+131+14=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2830E is #3D7CF1. Grayscale: #898989. Windows color (decimal): -4029682 or 951234. OLE color: 951234.

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

Color convert

RGB 194 131 14 -
CMYK 0 0.32 0.93 0.24
HSL 39º 0.87% 0.41% -
HSV(B) 39º 0.93% 0.76% -
XYZ 30.44 27.73 4.16 -
YUV 136.5 58.87 169.01 -
System Red Green Blue C M Y K H S L
Decimal 194 131 14 0 0.32 0.93 0.24 39 0.87 0.41
Hex C2 83 E 0 20 5D 18 27 57 29
Octal 302 203 16 0 40 135 30 47 127 51
Binary 11000010 10000011 1110 0 100000 1011101 11000 100111 1010111 101001

Color Harmonies of #C2830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2830E

Black with #C2830E

Text Example


Text Example

White with #C2830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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