Html Css Color HEX #C58310 Dark Goldenrod

📋 copy color: '#C58310'

red 197 ◦ green 131 ◦ blue 16

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

Shades of Dark Goldenrod #C58310

Tints of Dark Goldenrod #C58310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 57.27%
G = 38.08%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C58310 (or 0xC58310) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 10. RGB value is (197,131,16). Sum of RGB (Red+Green+Blue) = 197+131+16=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C58310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58310 is #3A7CEF. Grayscale: #8A8A8A. Windows color (decimal): -3833072 or 1082309. OLE color: 1082309.

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

Color convert

RGB 197 131 16 -
CMYK 0 0.34 0.92 0.23
HSL 38.12º 0.85% 0.42% -
HSV(B) 38.12º 0.92% 0.77% -
XYZ 31.24 28.14 4.28 -
YUV 137.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 197 131 16 0 0.34 0.92 0.23 38.12 0.85 0.42
Hex C5 83 10 0 22 5C 17 26 55 2A
Octal 305 203 20 0 42 134 27 46 125 52
Binary 11000101 10000011 10000 0 100010 1011100 10111 100110 1010101 101010

Color Harmonies of #C58310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58310

Black with #C58310

Text Example


Text Example

White with #C58310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58310; }

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

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

background-color css

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

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

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

border-color css

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

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

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