#C4AD45

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

Shades of Sundance #C4AD45

Tints of Sundance #C4AD45

Color information

#C4AD45 (or 0xC4AD45) is unknown color: approx Sundance. HEX triplet: C4, AD and 45. RGB value is (196,173,69). Sum of RGB (Red+Green+Blue) = 196+173+69=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD45 is #3B52BA. Grayscale: #A8A8A8. Windows color (decimal): -3887803 or 4566468. OLE color: 4566468.

HSL color Cylindrical-coordinate representation of color #C4AD45: hue angle of 49.13º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4AD45 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19617369-
CMYK00.120.650.23
HSL49.13º51.84%51.96%-
HSV(B)49.13º64.8%76.86%-
XYZ38.7842.0511.7-
YUV168.0272.12147.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 69 (27.34% from 255) = 15.75%
R=44.75%
G=39.50%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961736900.120.650.2349.1351.8451.96
HexC4AD450C4117313434
Octal30425510501410127616464
Binary1100010010101101100010101100100000110111110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD45; }

 p { color: rgb(196,173,69); }

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

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

 a { background-color: rgb(196,173,69); }

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

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

 span { border-color: rgb(196,173,69); }

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