Html Css Color HEX #C5AA41 Sundance

📋 copy color: '#C5AA41'

red 197 ◦ green 170 ◦ blue 65

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

Shades of Sundance #C5AA41

Tints of Sundance #C5AA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.35%

 BLUE value IS 65 (25.78% from 255) = 15.05%

R = 45.6%
G = 39.35%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5AA41 (or 0xC5AA41) is known color: Sundance. HEX triplet: C5, AA and 41. RGB value is (197,170,65). Sum of RGB (Red+Green+Blue) = 197+170+65=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA41 is #3A55BE. Grayscale: #A6A6A6. Windows color (decimal): -3823039 or 4303557. OLE color: 4303557.

HSL color Cylindrical-coordinate representation of color #C5AA41: hue angle of 47.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5AA41 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 65 -
CMYK 0 0.14 0.67 0.23
HSL 47.73º 0.53% 0.51% -
HSV(B) 47.73º 0.67% 0.77% -
XYZ 38.35 41 10.89 -
YUV 166.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 197 170 65 0 0.14 0.67 0.23 47.73 0.53 0.51
Hex C5 AA 41 0 E 43 17 30 35 33
Octal 305 252 101 0 16 103 27 60 65 63
Binary 11000101 10101010 1000001 0 1110 1000011 10111 110000 110101 110011

Color Harmonies of #C5AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA41

Black with #C5AA41

Text Example


Text Example

White with #C5AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA41; }

 p { color: rgb(197,170,65); }

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

background-color css

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

 a { background-color: rgb(197,170,65); }

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

border-color css

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

 span { border-color: rgb(197,170,65); }

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