Html Css Color HEX #C5A74A Sundance

📋 copy color: '#C5A74A'

red 197 ◦ green 167 ◦ blue 74

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

Shades of Sundance #C5A74A

Tints of Sundance #C5A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.13%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 44.98%
G = 38.13%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5A74A (or 0xC5A74A) is known color: Sundance. HEX triplet: C5, A7 and 4A. RGB value is (197,167,74). Sum of RGB (Red+Green+Blue) = 197+167+74=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A74A is #3A58B5. Grayscale: #A5A5A5. Windows color (decimal): -3823798 or 4892613. OLE color: 4892613.

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

Color convert

RGB 197 167 74 -
CMYK 0 0.15 0.62 0.23
HSL 45.37º 0.51% 0.53% -
HSV(B) 45.37º 0.62% 0.77% -
XYZ 38.08 40 12.19 -
YUV 165.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 197 167 74 0 0.15 0.62 0.23 45.37 0.51 0.53
Hex C5 A7 4A 0 F 3E 17 2D 33 35
Octal 305 247 112 0 17 76 27 55 63 65
Binary 11000101 10100111 1001010 0 1111 111110 10111 101101 110011 110101

Color Harmonies of #C5A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A74A

Black with #C5A74A

Text Example


Text Example

White with #C5A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A74A; }

 p { color: rgb(197,167,74); }

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

background-color css

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

 a { background-color: rgb(197,167,74); }

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

border-color css

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

 span { border-color: rgb(197,167,74); }

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