Html Css Color HEX #C5A24F Sundance

📋 copy color: '#C5A24F'

red 197 ◦ green 162 ◦ blue 79

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

Shades of Sundance #C5A24F

Tints of Sundance #C5A24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 44.98%
G = 36.99%
B = 18.04%

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

#C5A24F (or 0xC5A24F) is known color: Sundance. HEX triplet: C5, A2 and 4F. RGB value is (197,162,79). Sum of RGB (Red+Green+Blue) = 197+162+79=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A24F is #3A5DB0. Grayscale: #A3A3A3. Windows color (decimal): -3825073 or 5219013. OLE color: 5219013.

HSL color Cylindrical-coordinate representation of color #C5A24F: hue angle of 42.2º degrees, saturation: 0.5, 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 #C5A24F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 79 -
CMYK 0 0.18 0.60 0.23
HSL 42.2º 0.5% 0.54% -
HSV(B) 42.2º 0.6% 0.77% -
XYZ 37.36 38.28 12.82 -
YUV 163 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 197 162 79 0 0.18 0.60 0.23 42.2 0.5 0.54
Hex C5 A2 4F 0 12 3C 17 2A 32 36
Octal 305 242 117 0 22 74 27 52 62 66
Binary 11000101 10100010 1001111 0 10010 111100 10111 101010 110010 110110

Color Harmonies of #C5A24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A24F

Black with #C5A24F

Text Example


Text Example

White with #C5A24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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