Html Css Color HEX #C58C05 Dark Goldenrod

📋 copy color: '#C58C05'

red 197 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #C58C05

Tints of Dark Goldenrod #C58C05

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 57.6%
G = 40.94%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C58C05 (or 0xC58C05) is known color: Dark Goldenrod. HEX triplet: C5, 8C and 05. RGB value is (197,140,5). Sum of RGB (Red+Green+Blue) = 197+140+5=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C05 is #3A73FA. Grayscale: #8E8E8E. Windows color (decimal): -3830779 or 363717. OLE color: 363717.

HSL color Cylindrical-coordinate representation of color #C58C05: hue angle of 42.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C58C05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 140 5 -
CMYK 0 0.29 0.97 0.23
HSL 42.19º 0.95% 0.4% -
HSV(B) 42.19º 0.97% 0.77% -
XYZ 32.43 30.64 4.35 -
YUV 141.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 197 140 5 0 0.29 0.97 0.23 42.19 0.95 0.4
Hex C5 8C 5 0 1D 61 17 2A 5F 28
Octal 305 214 5 0 35 141 27 52 137 50
Binary 11000101 10001100 101 0 11101 1100001 10111 101010 1011111 101000

Color Harmonies of #C58C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C05

Black with #C58C05

Text Example


Text Example

White with #C58C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C05; }

 p { color: rgb(197,140,5); }

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

background-color css

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

 a { background-color: rgb(197,140,5); }

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

border-color css

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

 span { border-color: rgb(197,140,5); }

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