Html Css Color HEX #C5860F Dark Goldenrod

📋 copy color: '#C5860F'

red 197 ◦ green 134 ◦ blue 15

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

Shades of Dark Goldenrod #C5860F

Tints of Dark Goldenrod #C5860F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 56.94%
G = 38.73%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5860F (or 0xC5860F) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 0F. RGB value is (197,134,15). Sum of RGB (Red+Green+Blue) = 197+134+15=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5860F is #3A79F0. Grayscale: #8B8B8B. Windows color (decimal): -3832305 or 1017541. OLE color: 1017541.

HSL color Cylindrical-coordinate representation of color #C5860F: hue angle of 39.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5860F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 15 -
CMYK 0 0.32 0.92 0.23
HSL 39.23º 0.86% 0.42% -
HSV(B) 39.23º 0.92% 0.77% -
XYZ 31.64 28.96 4.37 -
YUV 139.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 197 134 15 0 0.32 0.92 0.23 39.23 0.86 0.42
Hex C5 86 F 0 20 5C 17 27 56 2A
Octal 305 206 17 0 40 134 27 47 126 52
Binary 11000101 10000110 1111 0 100000 1011100 10111 100111 1010110 101010

Color Harmonies of #C5860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5860F

Black with #C5860F

Text Example


Text Example

White with #C5860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5860F; }

 p { color: rgb(197,134,15); }

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

background-color css

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

 a { background-color: rgb(197,134,15); }

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

border-color css

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

 span { border-color: rgb(197,134,15); }

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