Html Css Color HEX #C57301 Dark Goldenrod

📋 copy color: '#C57301'

red 197 ◦ green 115 ◦ blue 1

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

Shades of Dark Goldenrod #C57301

Tints of Dark Goldenrod #C57301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 62.94%
G = 36.74%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C57301 (or 0xC57301) is known color: Dark Goldenrod. HEX triplet: C5, 73 and 01. RGB value is (197,115,1). Sum of RGB (Red+Green+Blue) = 197+115+1=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C57301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57301 is #3A8CFE. Grayscale: #7F7F7F. Windows color (decimal): -3837183 or 95173. OLE color: 95173.

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

Color convert

RGB 197 115 1 -
CMYK 0 0.42 0.99 0.23
HSL 34.9º 0.99% 0.39% -
HSV(B) 34.9º 0.99% 0.77% -
XYZ 29.16 24.13 3.15 -
YUV 126.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 197 115 1 0 0.42 0.99 0.23 34.9 0.99 0.39
Hex C5 73 1 0 2A 63 17 23 63 27
Octal 305 163 1 0 52 143 27 43 143 47
Binary 11000101 1110011 1 0 101010 1100011 10111 100011 1100011 100111

Color Harmonies of #C57301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57301

Black with #C57301

Text Example


Text Example

White with #C57301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57301; }

 p { color: rgb(197,115,1); }

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

background-color css

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

 a { background-color: rgb(197,115,1); }

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

border-color css

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

 span { border-color: rgb(197,115,1); }

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