Html Css Color HEX #C57101 Dark Goldenrod

📋 copy color: '#C57101'

red 197 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #C57101

Tints of Dark Goldenrod #C57101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 63.34%
G = 36.33%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C57101 (or 0xC57101) is known color: Dark Goldenrod. HEX triplet: C5, 71 and 01. RGB value is (197,113,1). Sum of RGB (Red+Green+Blue) = 197+113+1=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C57101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57101 is #3A8EFE. Grayscale: #7D7D7D. Windows color (decimal): -3837695 or 94661. OLE color: 94661.

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

Color convert

RGB 197 113 1 -
CMYK 0 0.43 0.99 0.23
HSL 34.29º 0.99% 0.39% -
HSV(B) 34.29º 0.99% 0.77% -
XYZ 28.94 23.68 3.07 -
YUV 125.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 197 113 1 0 0.43 0.99 0.23 34.29 0.99 0.39
Hex C5 71 1 0 2B 63 17 22 63 27
Octal 305 161 1 0 53 143 27 42 143 47
Binary 11000101 1110001 1 0 101011 1100011 10111 100010 1100011 100111

Color Harmonies of #C57101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57101

Black with #C57101

Text Example


Text Example

White with #C57101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57101; }

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

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

background-color css

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

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

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

border-color css

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

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

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