Html Css Color HEX #C5A650 Sundance

📋 copy color: '#C5A650'

red 197 ◦ green 166 ◦ blue 80

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

Shades of Sundance #C5A650

Tints of Sundance #C5A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 44.47%
G = 37.47%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5A650 (or 0xC5A650) is known color: Sundance. HEX triplet: C5, A6 and 50. RGB value is (197,166,80). Sum of RGB (Red+Green+Blue) = 197+166+80=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A650 is #3A59AF. Grayscale: #A5A5A5. Windows color (decimal): -3824048 or 5285573. OLE color: 5285573.

HSL color Cylindrical-coordinate representation of color #C5A650: hue angle of 44.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5A650 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 80 -
CMYK 0 0.16 0.59 0.23
HSL 44.1º 0.5% 0.54% -
HSV(B) 44.1º 0.59% 0.77% -
XYZ 38.11 39.72 13.25 -
YUV 165.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 197 166 80 0 0.16 0.59 0.23 44.1 0.5 0.54
Hex C5 A6 50 0 10 3B 17 2C 32 36
Octal 305 246 120 0 20 73 27 54 62 66
Binary 11000101 10100110 1010000 0 10000 111011 10111 101100 110010 110110

Color Harmonies of #C5A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A650

Black with #C5A650

Text Example


Text Example

White with #C5A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A650; }

 p { color: rgb(197,166,80); }

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

background-color css

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

 a { background-color: rgb(197,166,80); }

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

border-color css

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

 span { border-color: rgb(197,166,80); }

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