Html Css Color HEX #C5AF54 Sundance

📋 copy color: '#C5AF54'

red 197 ◦ green 175 ◦ blue 84

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

Shades of Sundance #C5AF54

Tints of Sundance #C5AF54

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.38%

 BLUE value IS 84 (33.2% from 255) = 18.42%

R = 43.2%
G = 38.38%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C5AF54 (or 0xC5AF54) is known color: Sundance. HEX triplet: C5, AF and 54. RGB value is (197,175,84). Sum of RGB (Red+Green+Blue) = 197+175+84=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF54 is #3A50AB. Grayscale: #ABABAB. Windows color (decimal): -3821740 or 5550021. OLE color: 5550021.

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

Color convert

RGB 197 175 84 -
CMYK 0 0.11 0.57 0.23
HSL 48.32º 0.49% 0.55% -
HSV(B) 48.32º 0.57% 0.77% -
XYZ 39.96 43.17 14.61 -
YUV 171.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 197 175 84 0 0.11 0.57 0.23 48.32 0.49 0.55
Hex C5 AF 54 0 B 39 17 30 31 37
Octal 305 257 124 0 13 71 27 60 61 67
Binary 11000101 10101111 1010100 0 1011 111001 10111 110000 110001 110111

Color Harmonies of #C5AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF54

Black with #C5AF54

Text Example


Text Example

White with #C5AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF54; }

 p { color: rgb(197,175,84); }

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

background-color css

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

 a { background-color: rgb(197,175,84); }

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

border-color css

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

 span { border-color: rgb(197,175,84); }

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