Html Css Color HEX #C5AA51 Sundance

📋 copy color: '#C5AA51'

red 197 ◦ green 170 ◦ blue 81

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

Shades of Sundance #C5AA51

Tints of Sundance #C5AA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 43.97%
G = 37.95%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5AA51 (or 0xC5AA51) is known color: Sundance. HEX triplet: C5, AA and 51. RGB value is (197,170,81). Sum of RGB (Red+Green+Blue) = 197+170+81=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA51 is #3A55AE. Grayscale: #A8A8A8. Windows color (decimal): -3823023 or 5352133. OLE color: 5352133.

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

Color convert

RGB 197 170 81 -
CMYK 0 0.14 0.59 0.23
HSL 46.03º 0.5% 0.55% -
HSV(B) 46.03º 0.59% 0.77% -
XYZ 38.89 41.21 13.69 -
YUV 167.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 197 170 81 0 0.14 0.59 0.23 46.03 0.5 0.55
Hex C5 AA 51 0 E 3B 17 2E 32 37
Octal 305 252 121 0 16 73 27 56 62 67
Binary 11000101 10101010 1010001 0 1110 111011 10111 101110 110010 110111

Color Harmonies of #C5AA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA51

Black with #C5AA51

Text Example


Text Example

White with #C5AA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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