Html Css Color HEX #C5861A Dark Goldenrod

📋 copy color: '#C5861A'

red 197 ◦ green 134 ◦ blue 26

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

Shades of Dark Goldenrod #C5861A

Tints of Dark Goldenrod #C5861A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 55.18%
G = 37.54%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5861A (or 0xC5861A) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 1A. RGB value is (197,134,26). Sum of RGB (Red+Green+Blue) = 197+134+26=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5861A is #3A79E5. Grayscale: #8D8D8D. Windows color (decimal): -3832294 or 1738437. OLE color: 1738437.

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

Color convert

RGB 197 134 26 -
CMYK 0 0.32 0.87 0.23
HSL 37.89º 0.77% 0.44% -
HSV(B) 37.89º 0.87% 0.77% -
XYZ 31.74 29 4.9 -
YUV 140.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 197 134 26 0 0.32 0.87 0.23 37.89 0.77 0.44
Hex C5 86 1A 0 20 57 17 26 4D 2C
Octal 305 206 32 0 40 127 27 46 115 54
Binary 11000101 10000110 11010 0 100000 1010111 10111 100110 1001101 101100

Color Harmonies of #C5861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5861A

Black with #C5861A

Text Example


Text Example

White with #C5861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5861A; }

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

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

background-color css

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

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

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

border-color css

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

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

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