#C5B954

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

Shades of Sundance #C5B954

Tints of Sundance #C5B954

Color information

#C5B954 (or 0xC5B954) is unknown color: approx Sundance. HEX triplet: C5, B9 and 54. RGB value is (197,185,84). Sum of RGB (Red+Green+Blue) = 197+185+84=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B954 is #3A46AB. Grayscale: #B1B1B1. Windows color (decimal): -3819180 or 5552581. OLE color: 5552581.

HSL color Cylindrical-coordinate representation of color #C5B954: hue angle of 53.63º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5B954 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19718584-
CMYK00.060.570.23
HSL53.63º49.34%55.1%-
HSV(B)53.63º57.36%77.25%-
XYZ41.9847.2115.29-
YUV177.0775.48142.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.27%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=42.27%
G=39.70%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971858400.060.570.2353.6349.3455.1
HexC5B954063917363137
Octal305271124067127666167
Binary11000101101110011010100011011100110111110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B954; }

 p { color: rgb(197,185,84); }

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

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

 a { background-color: rgb(197,185,84); }

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

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

 span { border-color: rgb(197,185,84); }

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