#C6AF4C

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

Shades of Sundance #C6AF4C

Tints of Sundance #C6AF4C

Color information

#C6AF4C (or 0xC6AF4C) is unknown color: approx Sundance. HEX triplet: C6, AF and 4C. RGB value is (198,175,76). Sum of RGB (Red+Green+Blue) = 198+175+76=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF4C is #3950B3. Grayscale: #ABABAB. Windows color (decimal): -3756212 or 5025734. OLE color: 5025734.

HSL color Cylindrical-coordinate representation of color #C6AF4C: hue angle of 48.69º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6AF4C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19817576-
CMYK00.120.620.22
HSL48.69º51.69%53.73%-
HSV(B)48.69º61.62%77.65%-
XYZ39.9243.1913.07-
YUV170.5974.62147.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=44.10%
G=38.98%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981757600.120.620.2248.6951.6953.73
HexC6AF4C0C3E16313436
Octal3062571140147626616466
Binary110001101010111110011000110011111010110110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF4C; }

 p { color: rgb(198,175,76); }

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

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

 a { background-color: rgb(198,175,76); }

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

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

 span { border-color: rgb(198,175,76); }

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