#C5A54B

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

Shades of Sundance #C5A54B

Tints of Sundance #C5A54B

Color information

#C5A54B (or 0xC5A54B) is unknown color: approx Sundance. HEX triplet: C5, A5 and 4B. RGB value is (197,165,75). Sum of RGB (Red+Green+Blue) = 197+165+75=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A54B is #3A5AB4. Grayscale: #A4A4A4. Windows color (decimal): -3824309 or 4957637. OLE color: 4957637.

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

Color convert

RGB19716575-
CMYK00.160.620.23
HSL44.26º51.26%53.33%-
HSV(B)44.26º61.93%77.25%-
XYZ37.7539.2912.25-
YUV164.3177.6151.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=45.08%
G=37.76%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971657500.160.620.2344.2651.2653.33
HexC5A54B0103E172c3335
Octal3052451130207627546365
Binary1100010110100101100101101000011111010111101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A54B; }

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

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

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

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

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

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

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

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