Html Css Color HEX #C58E01 Dark Goldenrod

📋 copy color: '#C58E01'

red 197 ◦ green 142 ◦ blue 1

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

Shades of Dark Goldenrod #C58E01

Tints of Dark Goldenrod #C58E01

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.76%

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

R = 57.94%
G = 41.76%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58E01 (or 0xC58E01) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 01. RGB value is (197,142,1). Sum of RGB (Red+Green+Blue) = 197+142+1=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E01 is #3A71FE. Grayscale: #8E8E8E. Windows color (decimal): -3830271 or 102085. OLE color: 102085.

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

Color convert

RGB 197 142 1 -
CMYK 0 0.28 0.99 0.23
HSL 43.16º 0.99% 0.39% -
HSV(B) 43.16º 0.99% 0.77% -
XYZ 32.7 31.22 4.33 -
YUV 142.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 197 142 1 0 0.28 0.99 0.23 43.16 0.99 0.39
Hex C5 8E 1 0 1C 63 17 2B 63 27
Octal 305 216 1 0 34 143 27 53 143 47
Binary 11000101 10001110 1 0 11100 1100011 10111 101011 1100011 100111

Color Harmonies of #C58E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58E01

Black with #C58E01

Text Example


Text Example

White with #C58E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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