Html Css Color HEX #C58104 Dark Goldenrod

📋 copy color: '#C58104'

red 197 ◦ green 129 ◦ blue 4

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

Shades of Dark Goldenrod #C58104

Tints of Dark Goldenrod #C58104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 59.7%
G = 39.09%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C58104 (or 0xC58104) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 04. RGB value is (197,129,4). Sum of RGB (Red+Green+Blue) = 197+129+4=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C58104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58104 is #3A7EFB. Grayscale: #878787. Windows color (decimal): -3833596 or 295365. OLE color: 295365.

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

Color convert

RGB 197 129 4 -
CMYK 0 0.35 0.98 0.23
HSL 38.86º 0.96% 0.39% -
HSV(B) 38.86º 0.98% 0.77% -
XYZ 30.9 27.58 3.81 -
YUV 135.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 197 129 4 0 0.35 0.98 0.23 38.86 0.96 0.39
Hex C5 81 4 0 23 62 17 27 60 27
Octal 305 201 4 0 43 142 27 47 140 47
Binary 11000101 10000001 100 0 100011 1100010 10111 100111 1100000 100111

Color Harmonies of #C58104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58104

Black with #C58104

Text Example


Text Example

White with #C58104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58104; }

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

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

background-color css

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

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

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

border-color css

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

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

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