#C3AD54

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

Shades of Sundance #C3AD54

Tints of Sundance #C3AD54

Color information

#C3AD54 (or 0xC3AD54) is unknown color: approx Sundance. HEX triplet: C3, AD and 54. RGB value is (195,173,84). Sum of RGB (Red+Green+Blue) = 195+173+84=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD54 is #3C52AB. Grayscale: #A9A9A9. Windows color (decimal): -3953324 or 5549507. OLE color: 5549507.

HSL color Cylindrical-coordinate representation of color #C3AD54: hue angle of 48.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3AD54 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19517384-
CMYK00.110.570.24
HSL48.11º48.05%54.71%-
HSV(B)48.11º56.92%76.47%-
XYZ39.0542.1314.46-
YUV169.4379.79146.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 84 (33.20% from 255) = 18.58%
R=43.14%
G=38.27%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951738400.110.570.2448.1148.0554.71
HexC3AD540B3918303037
Octal3032551240137130606067
Binary110000111010110110101000101111100111000110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD54; }

 p { color: rgb(195,173,84); }

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

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

 a { background-color: rgb(195,173,84); }

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

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

 span { border-color: rgb(195,173,84); }

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