Html Css Color HEX #C5760A Dark Goldenrod

📋 copy color: '#C5760A'

red 197 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #C5760A

Tints of Dark Goldenrod #C5760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 60.62%
G = 36.31%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5760A (or 0xC5760A) is known color: Dark Goldenrod. HEX triplet: C5, 76 and 0A. RGB value is (197,118,10). Sum of RGB (Red+Green+Blue) = 197+118+10=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5760A is #3A89F5. Grayscale: #818181. Windows color (decimal): -3836406 or 685765. OLE color: 685765.

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

Color convert

RGB 197 118 10 -
CMYK 0 0.40 0.95 0.23
HSL 34.65º 0.9% 0.41% -
HSV(B) 34.65º 0.95% 0.77% -
XYZ 29.56 24.85 3.53 -
YUV 129.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 197 118 10 0 0.40 0.95 0.23 34.65 0.9 0.41
Hex C5 76 A 0 28 5F 17 23 5A 29
Octal 305 166 12 0 50 137 27 43 132 51
Binary 11000101 1110110 1010 0 101000 1011111 10111 100011 1011010 101001

Color Harmonies of #C5760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5760A

Black with #C5760A

Text Example


Text Example

White with #C5760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5760A; }

 p { color: rgb(197,118,10); }

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

background-color css

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

 a { background-color: rgb(197,118,10); }

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

border-color css

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

 span { border-color: rgb(197,118,10); }

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