Html Css Color HEX #C59301 Dark Goldenrod

📋 copy color: '#C59301'

red 197 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #C59301

Tints of Dark Goldenrod #C59301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

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

R = 57.1%
G = 42.61%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C59301 (or 0xC59301) is known color: Dark Goldenrod. HEX triplet: C5, 93 and 01. RGB value is (197,147,1). Sum of RGB (Red+Green+Blue) = 197+147+1=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C59301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59301 is #3A6CFE. Grayscale: #919191. Windows color (decimal): -3828991 or 103365. OLE color: 103365.

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

Color convert

RGB 197 147 1 -
CMYK 0 0.25 0.99 0.23
HSL 44.69º 0.99% 0.39% -
HSV(B) 44.69º 0.99% 0.77% -
XYZ 33.47 32.74 4.58 -
YUV 145.31 46.57 164.87 -
System Red Green Blue C M Y K H S L
Decimal 197 147 1 0 0.25 0.99 0.23 44.69 0.99 0.39
Hex C5 93 1 0 19 63 17 2D 63 27
Octal 305 223 1 0 31 143 27 55 143 47
Binary 11000101 10010011 1 0 11001 1100011 10111 101101 1100011 100111

Color Harmonies of #C59301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59301

Black with #C59301

Text Example


Text Example

White with #C59301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59301; }

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

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

background-color css

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

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

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

border-color css

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

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

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