Html Css Color HEX #C58501 Dark Goldenrod

📋 copy color: '#C58501'

red 197 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #C58501

Tints of Dark Goldenrod #C58501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 59.52%
G = 40.18%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58501 (or 0xC58501) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 01. RGB value is (197,133,1). Sum of RGB (Red+Green+Blue) = 197+133+1=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58501 is #3A7AFE. Grayscale: #898989. Windows color (decimal): -3832575 or 99781. OLE color: 99781.

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

Color convert

RGB 197 133 1 -
CMYK 0 0.32 0.99 0.23
HSL 40.41º 0.99% 0.39% -
HSV(B) 40.41º 0.99% 0.77% -
XYZ 31.42 28.65 3.9 -
YUV 137.09 51.2 170.73 -
System Red Green Blue C M Y K H S L
Decimal 197 133 1 0 0.32 0.99 0.23 40.41 0.99 0.39
Hex C5 85 1 0 20 63 17 28 63 27
Octal 305 205 1 0 40 143 27 50 143 47
Binary 11000101 10000101 1 0 100000 1100011 10111 101000 1100011 100111

Color Harmonies of #C58501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58501

Black with #C58501

Text Example


Text Example

White with #C58501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58501; }

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

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

background-color css

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

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

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

border-color css

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

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

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