Html Css Color HEX #C5AE47 Sundance

📋 copy color: '#C5AE47'

red 197 ◦ green 174 ◦ blue 71

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

Shades of Sundance #C5AE47

Tints of Sundance #C5AE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.06%

R = 44.57%
G = 39.37%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5AE47 (or 0xC5AE47) is known color: Sundance. HEX triplet: C5, AE and 47. RGB value is (197,174,71). Sum of RGB (Red+Green+Blue) = 197+174+71=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE47 is #3A51B8. Grayscale: #A9A9A9. Windows color (decimal): -3822009 or 4697797. OLE color: 4697797.

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

Color convert

RGB 197 174 71 -
CMYK 0 0.12 0.64 0.23
HSL 49.05º 0.52% 0.53% -
HSV(B) 49.05º 0.64% 0.77% -
XYZ 39.3 42.6 12.11 -
YUV 169.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 197 174 71 0 0.12 0.64 0.23 49.05 0.52 0.53
Hex C5 AE 47 0 C 40 17 31 34 35
Octal 305 256 107 0 14 100 27 61 64 65
Binary 11000101 10101110 1000111 0 1100 1000000 10111 110001 110100 110101

Color Harmonies of #C5AE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE47

Black with #C5AE47

Text Example


Text Example

White with #C5AE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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