Html Css Color HEX #C5A74D Sundance

📋 copy color: '#C5A74D'

red 197 ◦ green 167 ◦ blue 77

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

Shades of Sundance #C5A74D

Tints of Sundance #C5A74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 44.67%
G = 37.87%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5A74D (or 0xC5A74D) is known color: Sundance. HEX triplet: C5, A7 and 4D. RGB value is (197,167,77). Sum of RGB (Red+Green+Blue) = 197+167+77=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A74D is #3A58B2. Grayscale: #A6A6A6. Windows color (decimal): -3823795 or 5089221. OLE color: 5089221.

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

Color convert

RGB 197 167 77 -
CMYK 0 0.15 0.61 0.23
HSL 45º 0.51% 0.54% -
HSV(B) 45º 0.61% 0.77% -
XYZ 38.18 40.04 12.74 -
YUV 165.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 197 167 77 0 0.15 0.61 0.23 45 0.51 0.54
Hex C5 A7 4D 0 F 3D 17 2D 33 36
Octal 305 247 115 0 17 75 27 55 63 66
Binary 11000101 10100111 1001101 0 1111 111101 10111 101101 110011 110110

Color Harmonies of #C5A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A74D

Black with #C5A74D

Text Example


Text Example

White with #C5A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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