Html Css Color HEX #C57E10 Dark Goldenrod

📋 copy color: '#C57E10'

red 197 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #C57E10

Tints of Dark Goldenrod #C57E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.17%

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

R = 58.11%
G = 37.17%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C57E10 (or 0xC57E10) is known color: Dark Goldenrod. HEX triplet: C5, 7E and 10. RGB value is (197,126,16). Sum of RGB (Red+Green+Blue) = 197+126+16=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E10 is #3A81EF. Grayscale: #878787. Windows color (decimal): -3834352 or 1081029. OLE color: 1081029.

HSL color Cylindrical-coordinate representation of color #C57E10: hue angle of 36.46º 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 #C57E10 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 126 16 -
CMYK 0 0.36 0.92 0.23
HSL 36.46º 0.85% 0.42% -
HSV(B) 36.46º 0.92% 0.77% -
XYZ 30.58 26.83 4.06 -
YUV 134.69 61.02 172.44 -
System Red Green Blue C M Y K H S L
Decimal 197 126 16 0 0.36 0.92 0.23 36.46 0.85 0.42
Hex C5 7E 10 0 24 5C 17 24 55 2A
Octal 305 176 20 0 44 134 27 44 125 52
Binary 11000101 1111110 10000 0 100100 1011100 10111 100100 1010101 101010

Color Harmonies of #C57E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E10

Black with #C57E10

Text Example


Text Example

White with #C57E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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