Html Css Color HEX #C57F10 Dark Goldenrod

📋 copy color: '#C57F10'

red 197 ◦ green 127 ◦ blue 16

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

Shades of Dark Goldenrod #C57F10

Tints of Dark Goldenrod #C57F10

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

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

R = 57.94%
G = 37.35%
B = 4.71%

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

#C57F10 (or 0xC57F10) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 10. RGB value is (197,127,16). Sum of RGB (Red+Green+Blue) = 197+127+16=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F10 is #3A80EF. Grayscale: #878787. Windows color (decimal): -3834096 or 1081285. OLE color: 1081285.

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

Color convert

RGB 197 127 16 -
CMYK 0 0.36 0.92 0.23
HSL 36.8º 0.85% 0.42% -
HSV(B) 36.8º 0.92% 0.77% -
XYZ 30.71 27.09 4.1 -
YUV 135.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 197 127 16 0 0.36 0.92 0.23 36.8 0.85 0.42
Hex C5 7F 10 0 24 5C 17 25 55 2A
Octal 305 177 20 0 44 134 27 45 125 52
Binary 11000101 1111111 10000 0 100100 1011100 10111 100101 1010101 101010

Color Harmonies of #C57F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F10

Black with #C57F10

Text Example


Text Example

White with #C57F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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