Html Css Color HEX #C57C04 Dark Goldenrod

📋 copy color: '#C57C04'

red 197 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #C57C04

Tints of Dark Goldenrod #C57C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 60.62%
G = 38.15%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C57C04 (or 0xC57C04) is known color: Dark Goldenrod. HEX triplet: C5, 7C and 04. RGB value is (197,124,4). Sum of RGB (Red+Green+Blue) = 197+124+4=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C04 is #3A83FB. Grayscale: #848484. Windows color (decimal): -3834876 or 294085. OLE color: 294085.

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

Color convert

RGB 197 124 4 -
CMYK 0 0.37 0.98 0.23
HSL 37.31º 0.96% 0.39% -
HSV(B) 37.31º 0.98% 0.77% -
XYZ 30.26 26.29 3.6 -
YUV 132.15 55.68 174.26 -
System Red Green Blue C M Y K H S L
Decimal 197 124 4 0 0.37 0.98 0.23 37.31 0.96 0.39
Hex C5 7C 4 0 25 62 17 25 60 27
Octal 305 174 4 0 45 142 27 45 140 47
Binary 11000101 1111100 100 0 100101 1100010 10111 100101 1100000 100111

Color Harmonies of #C57C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C04

Black with #C57C04

Text Example


Text Example

White with #C57C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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