Html Css Color HEX #C5AE41 Sundance

📋 copy color: '#C5AE41'

red 197 ◦ green 174 ◦ blue 65

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

Shades of Sundance #C5AE41

Tints of Sundance #C5AE41

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

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

R = 45.18%
G = 39.91%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5AE41 (or 0xC5AE41) is known color: Sundance. HEX triplet: C5, AE and 41. RGB value is (197,174,65). Sum of RGB (Red+Green+Blue) = 197+174+65=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE41 is #3A51BE. Grayscale: #A8A8A8. Windows color (decimal): -3822015 or 4304581. OLE color: 4304581.

HSL color Cylindrical-coordinate representation of color #C5AE41: hue angle of 49.55º 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 #C5AE41 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 65 -
CMYK 0 0.12 0.67 0.23
HSL 49.55º 0.53% 0.51% -
HSV(B) 49.55º 0.67% 0.77% -
XYZ 39.12 42.52 11.15 -
YUV 168.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 197 174 65 0 0.12 0.67 0.23 49.55 0.53 0.51
Hex C5 AE 41 0 C 43 17 32 35 33
Octal 305 256 101 0 14 103 27 62 65 63
Binary 11000101 10101110 1000001 0 1100 1000011 10111 110010 110101 110011

Color Harmonies of #C5AE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE41

Black with #C5AE41

Text Example


Text Example

White with #C5AE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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