Html Css Color HEX #C5AA40 Sundance

📋 copy color: '#C5AA40'

red 197 ◦ green 170 ◦ blue 64

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

Shades of Sundance #C5AA40

Tints of Sundance #C5AA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 45.71%
G = 39.44%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5AA40 (or 0xC5AA40) is known color: Sundance. HEX triplet: C5, AA and 40. RGB value is (197,170,64). Sum of RGB (Red+Green+Blue) = 197+170+64=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA40 is #3A55BF. Grayscale: #A6A6A6. Windows color (decimal): -3823040 or 4238021. OLE color: 4238021.

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

Color convert

RGB 197 170 64 -
CMYK 0 0.14 0.68 0.23
HSL 47.82º 0.53% 0.51% -
HSV(B) 47.82º 0.68% 0.77% -
XYZ 38.33 40.99 10.74 -
YUV 165.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 197 170 64 0 0.14 0.68 0.23 47.82 0.53 0.51
Hex C5 AA 40 0 E 44 17 30 35 33
Octal 305 252 100 0 16 104 27 60 65 63
Binary 11000101 10101010 1000000 0 1110 1000100 10111 110000 110101 110011

Color Harmonies of #C5AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA40

Black with #C5AA40

Text Example


Text Example

White with #C5AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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