Html Css Color HEX #C57C03 Dark Goldenrod

📋 copy color: '#C57C03'

red 197 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #C57C03

Tints of Dark Goldenrod #C57C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 60.8%
G = 38.27%
B = 0.93%

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

#C57C03 (or 0xC57C03) is known color: Dark Goldenrod. HEX triplet: C5, 7C and 03. RGB value is (197,124,3). Sum of RGB (Red+Green+Blue) = 197+124+3=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C03 is #3A83FC. Grayscale: #848484. Windows color (decimal): -3834877 or 228549. OLE color: 228549.

HSL color Cylindrical-coordinate representation of color #C57C03: hue angle of 37.42º degrees, saturation: 0.97, 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 #C57C03 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 3 -
CMYK 0 0.37 0.98 0.23
HSL 37.42º 0.97% 0.39% -
HSV(B) 37.42º 0.98% 0.77% -
XYZ 30.25 26.29 3.57 -
YUV 132.03 55.18 174.34 -
System Red Green Blue C M Y K H S L
Decimal 197 124 3 0 0.37 0.98 0.23 37.42 0.97 0.39
Hex C5 7C 3 0 25 62 17 25 61 27
Octal 305 174 3 0 45 142 27 45 141 47
Binary 11000101 1111100 11 0 100101 1100010 10111 100101 1100001 100111

Color Harmonies of #C57C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C03

Black with #C57C03

Text Example


Text Example

White with #C57C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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