Html Css Color HEX #C58211 Dark Goldenrod

📋 copy color: '#C58211'

red 197 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #C58211

Tints of Dark Goldenrod #C58211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

 BLUE value IS 17 (7.03% from 255) = 4.94%

R = 57.27%
G = 37.79%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C58211 (or 0xC58211) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 11. RGB value is (197,130,17). Sum of RGB (Red+Green+Blue) = 197+130+17=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C58211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58211 is #3A7DEE. Grayscale: #898989. Windows color (decimal): -3833327 or 1147589. OLE color: 1147589.

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

Color convert

RGB 197 130 17 -
CMYK 0 0.34 0.91 0.23
HSL 37.67º 0.84% 0.42% -
HSV(B) 37.67º 0.91% 0.77% -
XYZ 31.11 27.88 4.27 -
YUV 137.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 197 130 17 0 0.34 0.91 0.23 37.67 0.84 0.42
Hex C5 82 11 0 22 5B 17 26 54 2A
Octal 305 202 21 0 42 133 27 46 124 52
Binary 11000101 10000010 10001 0 100010 1011011 10111 100110 1010100 101010

Color Harmonies of #C58211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58211

Black with #C58211

Text Example


Text Example

White with #C58211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58211; }

 p { color: rgb(197,130,17); }

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

background-color css

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

 a { background-color: rgb(197,130,17); }

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

border-color css

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

 span { border-color: rgb(197,130,17); }

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