Html Css Color HEX #C57C05 Dark Goldenrod

📋 copy color: '#C57C05'

red 197 ◦ green 124 ◦ blue 5

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

Shades of Dark Goldenrod #C57C05

Tints of Dark Goldenrod #C57C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 60.43%
G = 38.04%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C57C05 (or 0xC57C05) is known color: Dark Goldenrod. HEX triplet: C5, 7C and 05. RGB value is (197,124,5). Sum of RGB (Red+Green+Blue) = 197+124+5=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C05 is #3A83FA. Grayscale: #848484. Windows color (decimal): -3834875 or 359621. OLE color: 359621.

HSL color Cylindrical-coordinate representation of color #C57C05: hue angle of 37.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C57C05 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 5 -
CMYK 0 0.37 0.97 0.23
HSL 37.19º 0.95% 0.4% -
HSV(B) 37.19º 0.97% 0.77% -
XYZ 30.26 26.3 3.62 -
YUV 132.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 197 124 5 0 0.37 0.97 0.23 37.19 0.95 0.4
Hex C5 7C 5 0 25 61 17 25 5F 28
Octal 305 174 5 0 45 141 27 45 137 50
Binary 11000101 1111100 101 0 100101 1100001 10111 100101 1011111 101000

Color Harmonies of #C57C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C05

Black with #C57C05

Text Example


Text Example

White with #C57C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C05; }

 p { color: rgb(197,124,5); }

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

background-color css

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

 a { background-color: rgb(197,124,5); }

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

border-color css

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

 span { border-color: rgb(197,124,5); }

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