Html Css Color HEX #C59501 Dark Goldenrod

📋 copy color: '#C59501'

red 197 ◦ green 149 ◦ blue 1

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

Shades of Dark Goldenrod #C59501

Tints of Dark Goldenrod #C59501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

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

R = 56.77%
G = 42.94%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C59501 (or 0xC59501) is known color: Dark Goldenrod. HEX triplet: C5, 95 and 01. RGB value is (197,149,1). Sum of RGB (Red+Green+Blue) = 197+149+1=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C59501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59501 is #3A6AFE. Grayscale: #939393. Windows color (decimal): -3828479 or 103877. OLE color: 103877.

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

Color convert

RGB 197 149 1 -
CMYK 0 0.24 0.99 0.23
HSL 45.31º 0.99% 0.39% -
HSV(B) 45.31º 0.99% 0.77% -
XYZ 33.78 33.37 4.69 -
YUV 146.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 197 149 1 0 0.24 0.99 0.23 45.31 0.99 0.39
Hex C5 95 1 0 18 63 17 2D 63 27
Octal 305 225 1 0 30 143 27 55 143 47
Binary 11000101 10010101 1 0 11000 1100011 10111 101101 1100011 100111

Color Harmonies of #C59501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59501

Black with #C59501

Text Example


Text Example

White with #C59501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59501; }

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

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

background-color css

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

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

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

border-color css

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

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

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