#CFA946

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

Shades of Sundance #CFA946

Tints of Sundance #CFA946

Color information

#CFA946 (or 0xCFA946) is unknown color: approx Sundance. HEX triplet: CF, A9 and 46. RGB value is (207,169,70). Sum of RGB (Red+Green+Blue) = 207+169+70=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA946 is #3056B9. Grayscale: #A9A9A9. Windows color (decimal): -3167930 or 4630991. OLE color: 4630991.

HSL color Cylindrical-coordinate representation of color #CFA946: hue angle of 43.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFA946 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20716970-
CMYK00.180.660.19
HSL43.36º58.8%54.31%-
HSV(B)43.36º66.18%81.18%-
XYZ41.0342.0811.76-
YUV169.0872.09155.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 70 (27.73% from 255) = 15.70%
R=46.41%
G=37.89%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071697000.180.660.1943.3658.854.31
HexCFA94601242132b3b36
Octal31725110602210223537366
Binary11001111101010011000110010010100001010011101011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA946; }

 p { color: rgb(207,169,70); }

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

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

 a { background-color: rgb(207,169,70); }

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

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

 span { border-color: rgb(207,169,70); }

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