Html Css Color HEX #C58204 Dark Goldenrod

📋 copy color: '#C58204'

red 197 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #C58204

Tints of Dark Goldenrod #C58204

RGB

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

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

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

R = 59.52%
G = 39.27%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C58204 (or 0xC58204) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 04. RGB value is (197,130,4). Sum of RGB (Red+Green+Blue) = 197+130+4=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58204 is #3A7DFB. Grayscale: #888888. Windows color (decimal): -3833340 or 295621. OLE color: 295621.

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

Color convert

RGB 197 130 4 -
CMYK 0 0.34 0.98 0.23
HSL 39.17º 0.96% 0.39% -
HSV(B) 39.17º 0.98% 0.77% -
XYZ 31.03 27.84 3.85 -
YUV 135.67 53.7 171.75 -
System Red Green Blue C M Y K H S L
Decimal 197 130 4 0 0.34 0.98 0.23 39.17 0.96 0.39
Hex C5 82 4 0 22 62 17 27 60 27
Octal 305 202 4 0 42 142 27 47 140 47
Binary 11000101 10000010 100 0 100010 1100010 10111 100111 1100000 100111

Color Harmonies of #C58204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58204

Black with #C58204

Text Example


Text Example

White with #C58204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58204; }

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

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

background-color css

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

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

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

border-color css

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

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

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