#C5A54F

Color #C5A54F Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C5A54F

Tints of Sundance #C5A54F

Color information

#C5A54F (or 0xC5A54F) is unknown color: approx Sundance. HEX triplet: C5, A5 and 4F. RGB value is (197,165,79). Sum of RGB (Red+Green+Blue) = 197+165+79=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A54F is #3A5AB0. Grayscale: #A5A5A5. Windows color (decimal): -3824305 or 5219781. OLE color: 5219781.

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

Color convert

RGB19716579-
CMYK00.160.600.23
HSL43.73º50.43%54.12%-
HSV(B)43.73º59.9%77.25%-
XYZ37.8939.3512.99-
YUV164.7679.6150.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=44.67%
G=37.41%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971657900.160.600.2343.7350.4354.12
HexC5A54F0103C172c3236
Octal3052451170207427546266
Binary1100010110100101100111101000011110010111101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A54F; }

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

 H1.HeaderClassName
 {
   color: #C5A54F;
 }
 .AnyTagClassName
 {
   color: #C5A54F;
 }
</style>
background-color css

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

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

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

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

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

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