Html Css Color HEX #C5AD4F Sundance

📋 copy color: '#C5AD4F'

red 197 ◦ green 173 ◦ blue 79

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

Shades of Sundance #C5AD4F

Tints of Sundance #C5AD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 43.88%
G = 38.53%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5AD4F (or 0xC5AD4F) is known color: Sundance. HEX triplet: C5, AD and 4F. RGB value is (197,173,79). Sum of RGB (Red+Green+Blue) = 197+173+79=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD4F is #3A52B0. Grayscale: #A9A9A9. Windows color (decimal): -3822257 or 5221829. OLE color: 5221829.

HSL color Cylindrical-coordinate representation of color #C5AD4F: hue angle of 47.8º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5AD4F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 79 -
CMYK 0 0.12 0.60 0.23
HSL 47.8º 0.5% 0.54% -
HSV(B) 47.8º 0.6% 0.77% -
XYZ 39.38 42.32 13.49 -
YUV 169.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 197 173 79 0 0.12 0.60 0.23 47.8 0.5 0.54
Hex C5 AD 4F 0 C 3C 17 30 32 36
Octal 305 255 117 0 14 74 27 60 62 66
Binary 11000101 10101101 1001111 0 1100 111100 10111 110000 110010 110110

Color Harmonies of #C5AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD4F

Black with #C5AD4F

Text Example


Text Example

White with #C5AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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