Html Css Color HEX #C5AD41 Sundance

📋 copy color: '#C5AD41'

red 197 ◦ green 173 ◦ blue 65

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

Shades of Sundance #C5AD41

Tints of Sundance #C5AD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

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

R = 45.29%
G = 39.77%
B = 14.94%

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

#C5AD41 (or 0xC5AD41) is known color: Sundance. HEX triplet: C5, AD and 41. RGB value is (197,173,65). Sum of RGB (Red+Green+Blue) = 197+173+65=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD41 is #3A52BE. Grayscale: #A8A8A8. Windows color (decimal): -3822271 or 4304325. OLE color: 4304325.

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

Color convert

RGB 197 173 65 -
CMYK 0 0.12 0.67 0.23
HSL 49.09º 0.53% 0.51% -
HSV(B) 49.09º 0.67% 0.77% -
XYZ 38.92 42.14 11.08 -
YUV 167.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 197 173 65 0 0.12 0.67 0.23 49.09 0.53 0.51
Hex C5 AD 41 0 C 43 17 31 35 33
Octal 305 255 101 0 14 103 27 61 65 63
Binary 11000101 10101101 1000001 0 1100 1000011 10111 110001 110101 110011

Color Harmonies of #C5AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD41

Black with #C5AD41

Text Example


Text Example

White with #C5AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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