Html Css Color HEX #C5A440 Sundance

📋 copy color: '#C5A440'

red 197 ◦ green 164 ◦ blue 64

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

Shades of Sundance #C5A440

Tints of Sundance #C5A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 46.35%
G = 38.59%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5A440 (or 0xC5A440) is known color: Sundance. HEX triplet: C5, A4 and 40. RGB value is (197,164,64). Sum of RGB (Red+Green+Blue) = 197+164+64=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A440 is #3A5BBF. Grayscale: #A2A2A2. Windows color (decimal): -3824576 or 4236485. OLE color: 4236485.

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

Color convert

RGB 197 164 64 -
CMYK 0 0.17 0.68 0.23
HSL 45.11º 0.53% 0.51% -
HSV(B) 45.11º 0.68% 0.77% -
XYZ 37.23 38.79 10.38 -
YUV 162.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 197 164 64 0 0.17 0.68 0.23 45.11 0.53 0.51
Hex C5 A4 40 0 11 44 17 2D 35 33
Octal 305 244 100 0 21 104 27 55 65 63
Binary 11000101 10100100 1000000 0 10001 1000100 10111 101101 110101 110011

Color Harmonies of #C5A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A440

Black with #C5A440

Text Example


Text Example

White with #C5A440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A440; }

 p { color: rgb(197,164,64); }

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

background-color css

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

 a { background-color: rgb(197,164,64); }

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

border-color css

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

 span { border-color: rgb(197,164,64); }

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