#C6A33F

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

Shades of Sundance #C6A33F

Tints of Sundance #C6A33F

Color information

#C6A33F (or 0xC6A33F) is unknown color: approx Sundance. HEX triplet: C6, A3 and 3F. RGB value is (198,163,63). Sum of RGB (Red+Green+Blue) = 198+163+63=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A33F is #395CC0. Grayscale: #A2A2A2. Windows color (decimal): -3759297 or 4170694. OLE color: 4170694.

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

Color convert

RGB19816363-
CMYK00.180.680.22
HSL44.44º54.22%51.18%-
HSV(B)44.44º68.18%77.65%-
XYZ37.2838.5610.18-
YUV162.0672.1153.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 63 (25% from 255) = 14.86%
R=46.70%
G=38.44%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981636300.180.680.2244.4454.2251.18
HexC6A33F01244162c3633
Octal3062437702210426546663
Binary1100011010100011111111010010100010010110101100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A33F; }

 p { color: rgb(198,163,63); }

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

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

 a { background-color: rgb(198,163,63); }

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

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

 span { border-color: rgb(198,163,63); }

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