Html Css Color HEX #C58404 Dark Goldenrod

📋 copy color: '#C58404'

red 197 ◦ green 132 ◦ blue 4

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

Shades of Dark Goldenrod #C58404

Tints of Dark Goldenrod #C58404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 59.16%
G = 39.64%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C58404 (or 0xC58404) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 04. RGB value is (197,132,4). Sum of RGB (Red+Green+Blue) = 197+132+4=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58404 is #3A7BFB. Grayscale: #898989. Windows color (decimal): -3832828 or 296133. OLE color: 296133.

HSL color Cylindrical-coordinate representation of color #C58404: hue angle of 39.79º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C58404 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 132 4 -
CMYK 0 0.33 0.98 0.23
HSL 39.79º 0.96% 0.39% -
HSV(B) 39.79º 0.98% 0.77% -
XYZ 31.3 28.38 3.94 -
YUV 136.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 197 132 4 0 0.33 0.98 0.23 39.79 0.96 0.39
Hex C5 84 4 0 21 62 17 28 60 27
Octal 305 204 4 0 41 142 27 50 140 47
Binary 11000101 10000100 100 0 100001 1100010 10111 101000 1100000 100111

Color Harmonies of #C58404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58404

Black with #C58404

Text Example


Text Example

White with #C58404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58404; }

 p { color: rgb(197,132,4); }

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

background-color css

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

 a { background-color: rgb(197,132,4); }

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

border-color css

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

 span { border-color: rgb(197,132,4); }

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