Html Css Color HEX #C58201 Dark Goldenrod

📋 copy color: '#C58201'

red 197 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #C58201

Tints of Dark Goldenrod #C58201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 60.06%
G = 39.63%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58201 (or 0xC58201) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 01. RGB value is (197,130,1). Sum of RGB (Red+Green+Blue) = 197+130+1=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C58201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58201 is #3A7DFE. Grayscale: #878787. Windows color (decimal): -3833343 or 99013. OLE color: 99013.

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

Color convert

RGB 197 130 1 -
CMYK 0 0.34 0.99 0.23
HSL 39.49º 0.99% 0.39% -
HSV(B) 39.49º 0.99% 0.77% -
XYZ 31.01 27.84 3.77 -
YUV 135.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 197 130 1 0 0.34 0.99 0.23 39.49 0.99 0.39
Hex C5 82 1 0 22 63 17 27 63 27
Octal 305 202 1 0 42 143 27 47 143 47
Binary 11000101 10000010 1 0 100010 1100011 10111 100111 1100011 100111

Color Harmonies of #C58201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58201

Black with #C58201

Text Example


Text Example

White with #C58201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58201; }

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

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

background-color css

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

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

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

border-color css

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

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

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