Html Css Color HEX #C58C01 Dark Goldenrod

📋 copy color: '#C58C01'

red 197 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #C58C01

Tints of Dark Goldenrod #C58C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

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

R = 58.28%
G = 41.42%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58C01 (or 0xC58C01) is known color: Dark Goldenrod. HEX triplet: C5, 8C and 01. RGB value is (197,140,1). Sum of RGB (Red+Green+Blue) = 197+140+1=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C01 is #3A73FE. Grayscale: #8D8D8D. Windows color (decimal): -3830783 or 101573. OLE color: 101573.

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

Color convert

RGB 197 140 1 -
CMYK 0 0.29 0.99 0.23
HSL 42.55º 0.99% 0.39% -
HSV(B) 42.55º 0.99% 0.77% -
XYZ 32.41 30.63 4.23 -
YUV 141.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 197 140 1 0 0.29 0.99 0.23 42.55 0.99 0.39
Hex C5 8C 1 0 1D 63 17 2B 63 27
Octal 305 214 1 0 35 143 27 53 143 47
Binary 11000101 10001100 1 0 11101 1100011 10111 101011 1100011 100111

Color Harmonies of #C58C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C01

Black with #C58C01

Text Example


Text Example

White with #C58C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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