Html Css Color HEX #C5910F Dark Goldenrod

📋 copy color: '#C5910F'

red 197 ◦ green 145 ◦ blue 15

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

Shades of Dark Goldenrod #C5910F

Tints of Dark Goldenrod #C5910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 55.18%
G = 40.62%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5910F (or 0xC5910F) is known color: Dark Goldenrod. HEX triplet: C5, 91 and 0F. RGB value is (197,145,15). Sum of RGB (Red+Green+Blue) = 197+145+15=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5910F is #3A6EF0. Grayscale: #929292. Windows color (decimal): -3829489 or 1020357. OLE color: 1020357.

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

Color convert

RGB 197 145 15 -
CMYK 0 0.26 0.92 0.23
HSL 42.86º 0.86% 0.42% -
HSV(B) 42.86º 0.92% 0.77% -
XYZ 33.24 32.16 4.91 -
YUV 145.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 197 145 15 0 0.26 0.92 0.23 42.86 0.86 0.42
Hex C5 91 F 0 1A 5C 17 2B 56 2A
Octal 305 221 17 0 32 134 27 53 126 52
Binary 11000101 10010001 1111 0 11010 1011100 10111 101011 1010110 101010

Color Harmonies of #C5910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5910F

Black with #C5910F

Text Example


Text Example

White with #C5910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5910F; }

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

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

background-color css

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

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

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

border-color css

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

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

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