Html Css Color HEX #C5830C Dark Goldenrod

📋 copy color: '#C5830C'

red 197 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #C5830C

Tints of Dark Goldenrod #C5830C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 57.94%
G = 38.53%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5830C (or 0xC5830C) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 0C. RGB value is (197,131,12). Sum of RGB (Red+Green+Blue) = 197+131+12=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5830C is #3A7CF3. Grayscale: #898989. Windows color (decimal): -3833076 or 820165. OLE color: 820165.

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

Color convert

RGB 197 131 12 -
CMYK 0 0.34 0.94 0.23
HSL 38.59º 0.89% 0.41% -
HSV(B) 38.59º 0.94% 0.77% -
XYZ 31.21 28.13 4.13 -
YUV 137.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 197 131 12 0 0.34 0.94 0.23 38.59 0.89 0.41
Hex C5 83 C 0 22 5E 17 27 59 29
Octal 305 203 14 0 42 136 27 47 131 51
Binary 11000101 10000011 1100 0 100010 1011110 10111 100111 1011001 101001

Color Harmonies of #C5830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5830C

Black with #C5830C

Text Example


Text Example

White with #C5830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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