Html Css Color HEX #C5830E Dark Goldenrod

📋 copy color: '#C5830E'

red 197 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #C5830E

Tints of Dark Goldenrod #C5830E

RGB

 RED value IS 197 (77.34% from 255) = 57.6%

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

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

R = 57.6%
G = 38.3%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5830E (or 0xC5830E) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 0E. RGB value is (197,131,14). Sum of RGB (Red+Green+Blue) = 197+131+14=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5830E is #3A7CF1. Grayscale: #898989. Windows color (decimal): -3833074 or 951237. OLE color: 951237.

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

Color convert

RGB 197 131 14 -
CMYK 0 0.34 0.93 0.23
HSL 38.36º 0.87% 0.41% -
HSV(B) 38.36º 0.93% 0.77% -
XYZ 31.22 28.13 4.2 -
YUV 137.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 197 131 14 0 0.34 0.93 0.23 38.36 0.87 0.41
Hex C5 83 E 0 22 5D 17 26 57 29
Octal 305 203 16 0 42 135 27 46 127 51
Binary 11000101 10000011 1110 0 100010 1011101 10111 100110 1010111 101001

Color Harmonies of #C5830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5830E

Black with #C5830E

Text Example


Text Example

White with #C5830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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