Html Css Color HEX #C5A24E Sundance

📋 copy color: '#C5A24E'

red 197 ◦ green 162 ◦ blue 78

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

Shades of Sundance #C5A24E

Tints of Sundance #C5A24E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

 BLUE value IS 78 (30.86% from 255) = 17.85%

R = 45.08%
G = 37.07%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5A24E (or 0xC5A24E) is known color: Sundance. HEX triplet: C5, A2 and 4E. RGB value is (197,162,78). Sum of RGB (Red+Green+Blue) = 197+162+78=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A24E is #3A5DB1. Grayscale: #A3A3A3. Windows color (decimal): -3825074 or 5153477. OLE color: 5153477.

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

Color convert

RGB 197 162 78 -
CMYK 0 0.18 0.60 0.23
HSL 42.35º 0.51% 0.54% -
HSV(B) 42.35º 0.6% 0.77% -
XYZ 37.32 38.26 12.63 -
YUV 162.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 197 162 78 0 0.18 0.60 0.23 42.35 0.51 0.54
Hex C5 A2 4E 0 12 3C 17 2A 33 36
Octal 305 242 116 0 22 74 27 52 63 66
Binary 11000101 10100010 1001110 0 10010 111100 10111 101010 110011 110110

Color Harmonies of #C5A24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A24E

Black with #C5A24E

Text Example


Text Example

White with #C5A24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A24E; }

 p { color: rgb(197,162,78); }

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

background-color css

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

 a { background-color: rgb(197,162,78); }

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

border-color css

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

 span { border-color: rgb(197,162,78); }

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