Html Css Color HEX #C5860D Dark Goldenrod

📋 copy color: '#C5860D'

red 197 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #C5860D

Tints of Dark Goldenrod #C5860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 57.27%
G = 38.95%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5860D (or 0xC5860D) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 0D. RGB value is (197,134,13). Sum of RGB (Red+Green+Blue) = 197+134+13=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5860D is #3A79F2. Grayscale: #8B8B8B. Windows color (decimal): -3832307 or 886469. OLE color: 886469.

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

Color convert

RGB 197 134 13 -
CMYK 0 0.32 0.93 0.23
HSL 39.46º 0.88% 0.41% -
HSV(B) 39.46º 0.93% 0.77% -
XYZ 31.62 28.95 4.3 -
YUV 139.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 197 134 13 0 0.32 0.93 0.23 39.46 0.88 0.41
Hex C5 86 D 0 20 5D 17 27 58 29
Octal 305 206 15 0 40 135 27 47 130 51
Binary 11000101 10000110 1101 0 100000 1011101 10111 100111 1011000 101001

Color Harmonies of #C5860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5860D

Black with #C5860D

Text Example


Text Example

White with #C5860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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